ip: use IPv6 flowlabel in flow hash computation
[vpp.git] / src / vnet / ip / protocols.def
index 4ec0bbc..ee92f56 100644 (file)
@@ -158,10 +158,16 @@ ip_protocol (134, RSVP_E2E_IGNORE)
 ip_protocol (135, MOBILITY)
 ip_protocol (136, UDP_LITE)
 ip_protocol (137, MPLS_IN_IP)
-/*
- * VPPs way of dealing with fragments is to mark them as 0xfe, to be picked
- * by the corresponding nodes based on this protocol
- */
-ip_protocol (0xfe, VPP_FRAGMENTATION)
+ip_protocol (138, MANET)
+ip_protocol (139, HIP)
+ip_protocol (140, SHIM6)
+ip_protocol (141, WESP)
+ip_protocol (142, ROHC)
+ip_protocol (143, IP6_ETHERNET)
+
+/* unassigned 144 - 252 */
+
+ip_protocol (253, EXP1)
+ip_protocol (254, EXP2)
 ip_protocol (255, RESERVED)