From 61b94c6bc417dbcb11323962b40493e6f7ec2f7e Mon Sep 17 00:00:00 2001 From: Mohsin Kazmi Date: Mon, 20 Aug 2018 18:32:39 +0200 Subject: vxlan-gbp: Add support for vxlan gbp This patch implements vxlan with extension of group based policy support. Change-Id: I70405bf7332c02867286da8958d9652837edd3c2 Signed-off-by: Mohsin Kazmi --- test/patches/scapy-2.3.3/vxlan.patch | 1 + 1 file changed, 1 insertion(+) (limited to 'test/patches/scapy-2.3.3') diff --git a/test/patches/scapy-2.3.3/vxlan.patch b/test/patches/scapy-2.3.3/vxlan.patch index 556df4dd70a..71493dd742c 100644 --- a/test/patches/scapy-2.3.3/vxlan.patch +++ b/test/patches/scapy-2.3.3/vxlan.patch @@ -8,4 +8,5 @@ diff --git a/scapy/layers/vxlan.py b/scapy/layers/vxlan.py +bind_layers(UDP, VXLAN, dport=4790) # RFC standard vxlan-gpe port bind_layers(UDP, VXLAN, dport=6633) # New IANA assigned port for use with NSH bind_layers(UDP, VXLAN, dport=8472) # Linux implementation port ++bind_layers(UDP, VXLAN, dport=48879) # RFC standard vxlan-gbp port bind_layers(VXLAN, Ether, {'flags': 0x8}) -- cgit 1.2.3-korg