ip6: ECMP hash support for ipv6 fragments
[vpp.git] / src / vnet / ip / ip6_packet.h
index e71604c..c506792 100644 (file)
@@ -440,6 +440,13 @@ typedef CLIB_PACKED (struct {
   u16 value;
 }) ip6_router_alert_option_t;
 
+typedef CLIB_PACKED (struct {
+  u8 protocol;
+  u8 reserved;
+  u16 fragoff;
+  u32 id;
+}) ip6_fragment_ext_header_t;
+
 typedef CLIB_PACKED (struct {
   u8 next_hdr;
   /* Length of this header plus option data in 8 byte units. */