Remove client_index field from replies in API
[vpp.git] / src / vnet / lisp-gpe / lisp_gpe.api
index 07ee3d7..fbfc5e3 100644 (file)
@@ -13,6 +13,8 @@
  * limitations under the License.
  */
 
+option version = "1.0.0";
+
 /** \brief GPE locator structure
     @param is_ip4 - whether addr is IPv4 or v6
     @param weight - locator weight
@@ -62,8 +64,8 @@ manual_print manual_endian define gpe_add_del_fwd_entry
 
 define gpe_add_del_fwd_entry_reply
 {
-  i32 retval;
   u32 context;
+  i32 retval;
   u32 fwd_entry_index;
 };
 
@@ -145,7 +147,6 @@ define gpe_fwd_entry_path_dump
 
 manual_endian manual_print define gpe_fwd_entry_path_details
 {
-  u32 client_index;
   u32 context;
   vl_api_gpe_locator_t lcl_loc;
   vl_api_gpe_locator_t rmt_loc;