X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Flisp-gpe%2Flisp_gpe.api;h=fbfc5e315a40aed1eb9985ab1d245116c7ed8dd5;hb=a09c1ff5b6ae535932b4fc9477ffc4e39748ca62;hp=626038fc234c4ba746bb1727b1fa3df4d9bfa0ae;hpb=0d056e5ede136cd0111dc3f9f41ef7b36a938027;p=vpp.git diff --git a/src/vnet/lisp-gpe/lisp_gpe.api b/src/vnet/lisp-gpe/lisp_gpe.api index 626038fc234..fbfc5e315a4 100644 --- a/src/vnet/lisp-gpe/lisp_gpe.api +++ b/src/vnet/lisp-gpe/lisp_gpe.api @@ -13,7 +13,7 @@ * limitations under the License. */ -vl_api_version 1.0.0 +option version = "1.0.0"; /** \brief GPE locator structure @param is_ip4 - whether addr is IPv4 or v6 @@ -64,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; }; @@ -147,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;