Ping; remove unused arrays 65/15365/2
authorNeale Ranns <nranns@cisco.com>
Thu, 18 Oct 2018 09:18:06 +0000 (02:18 -0700)
committerDave Barach <openvpp@barachs.net>
Thu, 18 Oct 2018 15:15:14 +0000 (15:15 +0000)
Change-Id: I104f2b4e0b1c354d3671962be3f6002f2721388d
Signed-off-by: Neale Ranns <nranns@cisco.com>
src/vnet/ip/ping.c

index 029e06c..2c5c44f 100755 (executable)
@@ -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,