ip: fix path MTU node errors definition
[vpp.git] / src / vnet / ip / ip_frag.h
index 86462e6..ac562c9 100644 (file)
@@ -76,6 +76,8 @@ typedef enum
     IP_FRAG_N_ERROR,
 } ip_frag_error_t;
 
+extern char *ip4_frag_error_strings[];
+
 void ip_frag_set_vnet_buffer (vlib_buffer_t * b, u16 mtu,
                              u8 next_index, u8 flags);