Fix context field position in API definition
[vpp.git] / src / vnet / ip / ip.api
index c5be0c6..923249b 100644 (file)
@@ -19,7 +19,8 @@
     called through a shared memory interface. 
 */
 
-option version = "1.2.4";
+option version = "1.3.0";
+import "vnet/ip/ip_types.api";
 import "vnet/fib/fib_types.api";
 
 /** \brief Add / del table request
@@ -549,8 +550,8 @@ define ip_unnumbered_dump
 
 define ip_details
 {
-  u32 sw_if_index;
   u32 context;
+  u32 sw_if_index;
   u8 is_ipv6;
 };
 
@@ -868,7 +869,6 @@ service {
 typeonly define proxy_arp
 {
   u32 vrf_id;
-  u8 is_add;
   u8 low_address[4];
   u8 hi_address[4];
 };