Remove the unused VRF ID parameter from the IP neighbour Add/Del API
[vpp.git] / src / vpp / api / custom_dump.c
index 3871601..c61e31b 100644 (file)
@@ -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);