summaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/icmp4.h
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2019-10-25 01:40:47 -0700
committerOle Trøan <otroan@employees.org>2019-10-28 16:20:47 +0000
commitf6c8f509025ec8ca104dcc26904626cc8ba7c14d (patch)
tree6e0ec2b1451919df1c1f4616252206b86f2199f5 /src/vnet/ip/icmp4.h
parentb6e8b1a7c8bf9f9fbd05cdc3c90111d9e7a6897b (diff)
ping: move the echo responder into the ping plugin
Type: feature Change-Id: I246346b82858e73b16d727e2106350bc0fc3c6f2 Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/vnet/ip/icmp4.h')
-rw-r--r--src/vnet/ip/icmp4.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vnet/ip/icmp4.h b/src/vnet/ip/icmp4.h
index 73bd1f40efd..e2a95673fc7 100644
--- a/src/vnet/ip/icmp4.h
+++ b/src/vnet/ip/icmp4.h
@@ -55,6 +55,8 @@ icmp4_error_set_vnet_buffer (vlib_buffer_t * b, u8 type, u8 code, u32 data)
vnet_buffer (b)->ip.icmp.data = data;
}
+extern vlib_node_registration_t ip4_icmp_input_node;
+
#endif /* included_vnet_icmp4_h */
/*