vxlan: multiarch optimization of vxlan
[vpp.git] / test / patches / scapy-2.4 / vxlan.py.patch
1 diff --git a/scapy/layers/vxlan.py b/scapy/layers/vxlan.py
2 index 03c3a5a..ee30f28 100644
3 --- a/scapy/layers/vxlan.py
4 +++ b/scapy/layers/vxlan.py
5 @@ -69,6 +69,7 @@ bind_layers(UDP, VXLAN, dport=4789)  # RFC standard vxlan port
6  bind_layers(UDP, VXLAN, dport=4790)  # RFC standard vxlan-gpe port
7  bind_layers(UDP, VXLAN, dport=6633)  # New IANA assigned port for use with NSH
8  bind_layers(UDP, VXLAN, dport=8472)  # Linux implementation port
9 +bind_layers(UDP, VXLAN, dport=48879) # iVXLAN port
10  bind_layers(UDP, VXLAN, sport=4789)
11  bind_layers(UDP, VXLAN, sport=4790)
12  bind_layers(UDP, VXLAN, sport=6633)