MPLS hash function improvements
Change-Id: I28e98f445c01493562b6196a4f5b532a51f178af Signed-off-by: Neale Ranns <nranns@cisco.com>
This commit is contained in:

committed by
Damjan Marion

parent
3d0723d3e0
commit
71275e3d1e
@ -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)
|
||||
|
Reference in New Issue
Block a user