From baf2e90a91fa862c15572491c730d01cd6d19f5d Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Sat, 25 Feb 2017 04:20:00 -0800 Subject: Remove the unused VRF ID parameter from the IP neighbour Add/Del API Change-Id: Icf0d72f6af1f98c86f78e586c354515ac69804aa Signed-off-by: Neale Ranns --- src/vpp/api/custom_dump.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/vpp/api/custom_dump.c') diff --git a/src/vpp/api/custom_dump.c b/src/vpp/api/custom_dump.c index 3871601b..c61e31bb 100644 --- a/src/vpp/api/custom_dump.c +++ b/src/vpp/api/custom_dump.c @@ -581,8 +581,6 @@ static void *vl_api_ip_neighbor_add_del_t_print if (mp->is_static) s = format (s, "is_static "); - s = format (s, "vrf_id %d ", ntohl (mp->vrf_id)); - if (memcmp (mp->mac_address, null_mac, 6)) s = format (s, "mac %U ", format_ethernet_address, mp->mac_address); -- cgit 1.2.3-korg