VPPAPIGEN: vppapigen replacement in Python PLY.
[vpp.git] / src / vnet / lisp-gpe / lisp_gpe.api
index 17ce579..09c1e84 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
@@ -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;