diff options
author | Neale Ranns <nranns@cisco.com> | 2017-02-25 04:20:00 -0800 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2017-03-02 18:12:55 +0000 |
commit | baf2e90a91fa862c15572491c730d01cd6d19f5d (patch) | |
tree | d975d759abe644c39fd55e6ea002c677baa67bac /src/vnet/ip/ip.api | |
parent | 584282a1d2a283a2aefce6b543da022d95356c4e (diff) |
Remove the unused VRF ID parameter from the IP neighbour Add/Del API
Change-Id: Icf0d72f6af1f98c86f78e586c354515ac69804aa
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/vnet/ip/ip.api')
-rw-r--r-- | src/vnet/ip/ip.api | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vnet/ip/ip.api b/src/vnet/ip/ip.api index d982b04cdfd..326c825b39f 100644 --- a/src/vnet/ip/ip.api +++ b/src/vnet/ip/ip.api @@ -125,7 +125,6 @@ define ip_neighbor_details { /** \brief IP neighbor add / del request @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request - @param vrf_id - vrf_id, only for IP4 @param sw_if_index - interface used to reach neighbor @param is_add - 1 to add neighbor, 0 to delete @param is_ipv6 - 1 for IPv6 neighbor, 0 for IPv4 @@ -137,7 +136,6 @@ define ip_neighbor_add_del { u32 client_index; u32 context; - u32 vrf_id; /* only makes sense for ip4 */ u32 sw_if_index; /* 1 = add, 0 = delete */ u8 is_add; |