X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fip%2Fping.c;h=2c5c44f5f26ee51195969209d47127b75244ae03;hb=b4d2c967f86b4cc0d8d772abafdb6dbf3f11de04;hp=029e06c5e51e38cbfdced92583adc9933b833112;hpb=0685da4a6db8195d1a86f3466fcd3395b0ccb83e;p=vpp.git diff --git a/src/vnet/ip/ping.c b/src/vnet/ip/ping.c index 029e06c5e51..2c5c44f5f26 100755 --- a/src/vnet/ip/ping.c +++ b/src/vnet/ip/ping.c @@ -234,9 +234,6 @@ VLIB_REGISTER_NODE (ip4_icmp_echo_reply_node, static) = }; /* *INDENT-ON* */ -char *ip6_lookup_next_nodes[] = IP6_LOOKUP_NEXT_NODES; -char *ip4_lookup_next_nodes[] = IP4_LOOKUP_NEXT_NODES; - /* Fill in the ICMP ECHO structure, return the safety-checked and possibly shrunk data_len */ static u16 init_icmp46_echo_request (icmp46_echo_request_t * icmp46_echo,