diff options
author | pcamaril <pcamaril@cisco.com> | 2020-02-04 08:36:51 +0100 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2020-02-11 16:25:41 +0000 |
commit | 30e7671c85087b5781a34bde45ef3846f5de8c17 (patch) | |
tree | 532f76c9d61e8ed9a0967cd0bccaf552279f7dbe /src/vnet/ip | |
parent | 619179cfcdb087acb0864d273c4fbd3b7396974c (diff) |
sr: update NH value for Ethernet payloads
Upon encapsulation of L2 frames, IETF has replaced the NextHeader value from 59 (IPv6 No Next Header) to 143 (Ethernet).
https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
Type: fix
Signed-off-by: pcamaril <pcamaril@cisco.com>
Change-Id: I88aa5590c81d16700ff7a0bbe6337e113179496e
Signed-off-by: pcamaril <pcamaril@cisco.com>
Diffstat (limited to 'src/vnet/ip')
-rw-r--r-- | src/vnet/ip/protocols.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vnet/ip/protocols.def b/src/vnet/ip/protocols.def index e6c1f6379b0..ee92f563346 100644 --- a/src/vnet/ip/protocols.def +++ b/src/vnet/ip/protocols.def @@ -163,8 +163,9 @@ ip_protocol (139, HIP) ip_protocol (140, SHIM6) ip_protocol (141, WESP) ip_protocol (142, ROHC) +ip_protocol (143, IP6_ETHERNET) -/* unassigned 143 - 252 */ +/* unassigned 144 - 252 */ ip_protocol (253, EXP1) ip_protocol (254, EXP2) |