diff options
author | Damjan Marion <damarion@cisco.com> | 2019-03-22 13:58:08 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2019-03-22 17:31:15 +0000 |
commit | 831d23866ab1010a7d7343aa1df024c8b65790b9 (patch) | |
tree | 1008035e4b707564ed055be748dfa5a2962d98b6 /src/vnet/ip/protocols.def | |
parent | 3e2e1907d485ed321f99350dd46e6822db6ac4d4 (diff) |
ipv6: vectorized ext header check
Change-Id: I454bb01153d1d0536c4a6fe36103e7721aad8cd1
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/vnet/ip/protocols.def')
-rw-r--r-- | src/vnet/ip/protocols.def | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src/vnet/ip/protocols.def b/src/vnet/ip/protocols.def index 4ec0bbc9284..e6c1f6379b0 100644 --- a/src/vnet/ip/protocols.def +++ b/src/vnet/ip/protocols.def @@ -158,10 +158,15 @@ 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) + +/* unassigned 143 - 252 */ + +ip_protocol (253, EXP1) +ip_protocol (254, EXP2) ip_protocol (255, RESERVED) |