ip: add container proxy api
[vpp.git] / src / vnet / ip / ip.api
index 67258ee..df3ae96 100644 (file)
@@ -584,6 +584,17 @@ autoreply define ip_punt_redirect
   u8 nh[16];
 };
 
+autoreply define ip_container_proxy_add_del
+{
+  u32 client_index;
+  u32 context;
+  u8 ip[16];
+  u8 is_ip4;
+  u8 plen;
+  u32 sw_if_index;
+  u8 is_add;
+};
+
 /*
  * Local Variables:
  * eval: (c-set-style "gnu")