Initial GENEVE TUNNEL implementation and tests.
[vpp.git] / test / patches / scapy-2.3.3 / enable_geneve.patch
1 diff --git a/scapy/config.py b/scapy/config.py
2 index cc97c6d..887b639 100755
3 --- a/scapy/config.py
4 +++ b/scapy/config.py
5 @@ -439,7 +439,7 @@ debug_tls:When 1, print some TLS session secrets when they are computed.
6                     "mobileip", "netbios", "netflow", "ntp", "ppp", "pptp",
7                     "radius", "rip", "rtp", "skinny", "smb", "snmp",
8                     "tftp", "x509", "bluetooth", "dhcp6", "llmnr",
9 -                   "sctp", "vrrp", "ipsec", "lltd", "vxlan", "eap"]
10 +                   "sctp", "vrrp", "ipsec", "lltd", "vxlan", "eap", "geneve"]
11      contribs = dict()
12      crypto_valid = isCryptographyValid()
13      crypto_valid_advanced = isCryptographyAdvanced()