avf: explicit types in api 30/23830/2
authorOle Troan <ot@cisco.com>
Fri, 6 Dec 2019 12:14:14 +0000 (13:14 +0100)
committerOle Trøan <otroan@employees.org>
Thu, 12 Dec 2019 13:35:10 +0000 (13:35 +0000)
Type: fix
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: If693e066eeb9312d4535893c279446dc43e8baa2

src/plugins/avf/avf.api

index c7c4da9..24e62ce 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 option version = "1.0.0";
+import "vnet/interface_types.api";
 
 /** \brief
     @param client_index - opaque cookie to identify the sender
@@ -51,7 +52,7 @@ define avf_create_reply
 {
   u32 context;
   i32 retval;
-  u32 sw_if_index;
+  vl_api_interface_index_t sw_if_index;
 };
 
 /** \brief
@@ -65,7 +66,7 @@ autoreply define avf_delete
   u32 client_index;
   u32 context;
 
-  u32 sw_if_index;
+  vl_api_interface_index_t sw_if_index;
   option vat_help = "<sw_if_index>";
 };