proxy_arp: remove unused is_add
[vpp.git] / src / vnet / ip / ip.api
index c5be0c6..228e591 100644 (file)
@@ -19,7 +19,7 @@
     called through a shared memory interface. 
 */
 
-option version = "1.2.4";
+option version = "1.3.0";
 import "vnet/fib/fib_types.api";
 
 /** \brief Add / del table request
@@ -868,7 +868,6 @@ service {
 typeonly define proxy_arp
 {
   u32 vrf_id;
-  u8 is_add;
   u8 low_address[4];
   u8 hi_address[4];
 };