X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fip%2Fprotocols.def;h=4ec0bbc92843ccf9cc6d77fed1b30b302ce0c142;hb=75e7d1301475d49311d14e202936c62df0c07d10;hp=77fab31da05f246242b8ab9406dbdd74dfed4611;hpb=2b9453c55a7294d8eedf126d616a608c32be0e36;p=vpp.git diff --git a/src/vnet/ip/protocols.def b/src/vnet/ip/protocols.def index 77fab31da05..4ec0bbc9284 100644 --- a/src/vnet/ip/protocols.def +++ b/src/vnet/ip/protocols.def @@ -158,5 +158,10 @@ 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 (255, RESERVED)