ping: move the echo responder into the ping plugin
[vpp.git] / src / vnet / ip / icmp4.h
index 73bd1f4..e2a9567 100644 (file)
@@ -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 */
 
 /*