commit | f6c8f509025ec8ca104dcc26904626cc8ba7c14d | [log] [tgz] |
---|---|---|
author | Neale Ranns <nranns@cisco.com> | Fri Oct 25 01:40:47 2019 -0700 |
committer | Ole Trøan <otroan@employees.org> | Mon Oct 28 16:20:47 2019 +0000 |
tree | 6e0ec2b1451919df1c1f4616252206b86f2199f5 | |
parent | b6e8b1a7c8bf9f9fbd05cdc3c90111d9e7a6897b [diff] [blame] |
ping: move the echo responder into the ping plugin Type: feature Change-Id: I246346b82858e73b16d727e2106350bc0fc3c6f2 Signed-off-by: Neale Ranns <nranns@cisco.com>
diff --git a/src/vnet/ip/icmp4.h b/src/vnet/ip/icmp4.h index 73bd1f4..e2a9567 100644 --- a/src/vnet/ip/icmp4.h +++ b/src/vnet/ip/icmp4.h
@@ -55,6 +55,8 @@ vnet_buffer (b)->ip.icmp.data = data; } +extern vlib_node_registration_t ip4_icmp_input_node; + #endif /* included_vnet_icmp4_h */ /*