From 30e7671c85087b5781a34bde45ef3846f5de8c17 Mon Sep 17 00:00:00 2001 From: pcamaril Date: Tue, 4 Feb 2020 08:36:51 +0100 Subject: 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 Change-Id: I88aa5590c81d16700ff7a0bbe6337e113179496e Signed-off-by: pcamaril --- test/patches/scapy-2.3.3/inet6.py.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/patches/scapy-2.3.3/inet6.py.patch b/test/patches/scapy-2.3.3/inet6.py.patch index 706e19738c4..2bac37ef4ad 100644 --- a/test/patches/scapy-2.3.3/inet6.py.patch +++ b/test/patches/scapy-2.3.3/inet6.py.patch @@ -128,7 +128,7 @@ index 03b80ec..06ef27f 100644 + # +-+-+-+-+-+-+-+-+ + + name = "IPv6 Segment Routing Extension Header" -+ fields_desc = [ ByteEnumField("nh", 59, ipv6nh), ++ fields_desc = [ ByteEnumField("nh", 143, ipv6nh), + ByteField("len", None), + ByteField("type", 4), + ByteField("segleft", None), -- cgit 1.2.3-korg