diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/patches/scapy-2.3.3/inet6.py.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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), |