X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fip%2Ficmp4.h;h=e2a95673fc74f6a644d245de6f3fcba94aa146b7;hb=33c9931cb4108a8394420fcae5d4c8f9ea0f367f;hp=73bd1f40efdefdd1c83b7b495a19fd1dc81ad0b5;hpb=26c7a4b0b6488423688f4a7f3c8aacf0d1b9c742;p=vpp.git 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 */ /*