From 71275e3d1ed4b7a536b7ec8d13995743beccde6b Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Thu, 25 May 2017 12:38:58 -0700 Subject: MPLS hash function improvements Change-Id: I28e98f445c01493562b6196a4f5b532a51f178af Signed-off-by: Neale Ranns --- test/patches/scapy-2.3.3/mpls.py.patch | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/patches') diff --git a/test/patches/scapy-2.3.3/mpls.py.patch b/test/patches/scapy-2.3.3/mpls.py.patch index 5c819110..f63a70a3 100644 --- a/test/patches/scapy-2.3.3/mpls.py.patch +++ b/test/patches/scapy-2.3.3/mpls.py.patch @@ -11,3 +11,8 @@ index 640a0c5..6af1d4a 100644 ip_version = (ord(payload[0]) >> 4) & 0xF if ip_version == 4: return IP +@@ -27,3 +29,4 @@ class MPLS(Packet): + + bind_layers(Ether, MPLS, type=0x8847) + bind_layers(GRE, MPLS, proto=0x8847) ++bind_layers(MPLS, MPLS, s=0) -- cgit 1.2.3-korg