api: add missing version info 92/30392/3
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Fri, 11 Dec 2020 23:57:43 +0000 (23:57 +0000)
committerPaul Vinciguerra <pvinci@vinciconsulting.com>
Mon, 14 Dec 2020 01:34:51 +0000 (01:34 +0000)
Type: fix

Change-Id: I269214e3eae72e837f25ee61d714556d976d410f
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
src/plugins/acl/acl_types.api
src/plugins/ikev2/ikev2_types.api
src/plugins/lb/lb_types.api
src/vnet/ethernet/ethernet_types.api
src/vnet/interface_types.api
src/vnet/mfib/mfib_types.api
src/vnet/policer/policer_types.api
src/vnet/srv6/sr_types.api
src/vnet/tunnel/tunnel_types.api
src/vpp/api/vpe_types.api

index 6c79695..b8a9482 100644 (file)
@@ -14,6 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+option version = "1.0.0";
 
 import "vnet/ip/ip_types.api";
 import "vnet/ethernet/ethernet_types.api";
index d39cf88..9add084 100644 (file)
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
+option version = "1.0.0";
 
 import "vnet/ip/ip_types.api";
 import "vnet/interface_types.api";
index cadd2b0..3378a5f 100644 (file)
@@ -13,7 +13,8 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
- import "vnet/ip/ip_types.api";
+option version = "1.0.0";
+import "vnet/ip/ip_types.api";
 
 enum lb_srv_type
 {
index 1d6683e..cc54a3c 100644 (file)
@@ -14,4 +14,6 @@
  * limitations under the License.
  */
 
+option version = "1.0.0";
+
 manual_print typedef u8 mac_address[6];
index 2cdcc8b..c40f64e 100644 (file)
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+option version = "1.0.0";
 
 typedef u32 interface_index;
 
index 515b6de..de723b6 100644 (file)
@@ -12,7 +12,8 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+ option version = "1.0.0";
+
 import "vnet/fib/fib_types.api";
 import "vnet/ip/ip_types.api";
 
index 903bb60..d48dc64 100644 (file)
@@ -12,6 +12,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+option version = "1.0.0";
 
 enum sse2_qos_rate_type : u8
 {
index ba99a32..967eab0 100644 (file)
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+option version = "1.0.0";
 
 enum sr_policy_op : u8
 {
index d193405..7ce7099 100644 (file)
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+option version = "1.0.0";
 
 /**
  * Flags controlling tunnel behaviour
index 3b49a19..279d04e 100644 (file)
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+option version = "1.0.0";
 
 typedef version
 {