IPv4/6 reassembly
[vpp.git] / src / vnet / ip / ip4_input.h
index 75306a3..2692848 100644 (file)
@@ -52,6 +52,7 @@ typedef enum
   IP4_INPUT_NEXT_LOOKUP,
   IP4_INPUT_NEXT_LOOKUP_MULTICAST,
   IP4_INPUT_NEXT_ICMP_ERROR,
+  IP4_INPUT_NEXT_REASSEMBLY,
   IP4_INPUT_N_NEXT,
 } ip4_input_next_t;