X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fip%2Fip.api;h=616d621577d32b997fbd6b7eabc18ef858074ac5;hb=de5b08fb;hp=c5be0c67fbb4a70c59fc4a7f5764898a2bee1d84;hpb=0053de63ec4bf8b9bce7817f1b61c9791baf6c26;p=vpp.git diff --git a/src/vnet/ip/ip.api b/src/vnet/ip/ip.api index c5be0c67fbb..616d621577d 100644 --- a/src/vnet/ip/ip.api +++ b/src/vnet/ip/ip.api @@ -19,8 +19,10 @@ 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"; +import "vnet/ethernet/ethernet_types.api"; /** \brief Add / del table request A table can be added multiple times, but need be deleted only once. @@ -286,7 +288,6 @@ autoreply define ip6nd_proxy_add_del */ define ip6nd_proxy_details { - u32 client_index; u32 context; u32 sw_if_index; u8 address[16]; @@ -509,7 +510,6 @@ manual_endian manual_print define ip6_mfib_details define ip_address_details { - u32 client_index; u32 context; u8 ip[16]; u8 prefix_length; @@ -531,7 +531,6 @@ define ip_address_dump */ define ip_unnumbered_details { - u32 client_index; u32 context; u32 sw_if_index; u32 ip_sw_if_index; @@ -549,8 +548,8 @@ define ip_unnumbered_dump define ip_details { - u32 sw_if_index; u32 context; + u32 sw_if_index; u8 is_ipv6; }; @@ -569,7 +568,6 @@ define mfib_signal_dump define mfib_signal_details { - u32 client_index; u32 context; u32 sw_if_index; u32 table_id; @@ -868,7 +866,6 @@ service { typeonly define proxy_arp { u32 vrf_id; - u8 is_add; u8 low_address[4]; u8 hi_address[4]; }; @@ -1014,7 +1011,6 @@ define ip_reassembly_get define ip_reassembly_get_reply { - u32 client_index; u32 context; i32 retval; u32 timeout_ms;