X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Flisp-gpe%2Flisp_gpe.api;h=09c1e846bfb781f0bd78c5cb0655763cdd9d5c50;hb=9d42087;hp=17ce579f1033f30d0771f89f3a72016b123c35da;hpb=a4e63e5593d53692b8085dc666f8670ece135f32;p=vpp.git diff --git a/src/vnet/lisp-gpe/lisp_gpe.api b/src/vnet/lisp-gpe/lisp_gpe.api index 17ce579f103..09c1e846bfb 100644 --- a/src/vnet/lisp-gpe/lisp_gpe.api +++ b/src/vnet/lisp-gpe/lisp_gpe.api @@ -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 @@ -226,8 +228,6 @@ define gpe_native_fwd_rpaths_get */ typeonly manual_print manual_endian define gpe_native_fwd_rpath { - u32 context; - i32 retval; u32 fib_index; u32 nh_sw_if_index; u8 is_ip4;