vpp/test/patches/scapy-2.3.3/enable_geneve.patch
Marco Varlese b598f1d3d7 Initial GENEVE TUNNEL implementation and tests.
Notes on this first implementation:
* First version of the implementation does NOT support GENEVE OPTIONS
HEADER: it isn't well understood what the purpose of the OPTIONS will be and/or
what content would be placed in the variable option data;

Once the IETF work will evolve and further information will be available
it could be possible to modify the frame rewrite to contemplate the
actual GENEVE OPTIONS.

Change-Id: Iddfe6f408cc45bb0800f00ce6a3e302e48a4ed52
Signed-off-by: Marco Varlese <marco.varlese@suse.com>
2017-10-06 08:51:09 +00:00

14 lines
693 B
Diff

diff --git a/scapy/config.py b/scapy/config.py
index cc97c6d..887b639 100755
--- a/scapy/config.py
+++ b/scapy/config.py
@@ -439,7 +439,7 @@ debug_tls:When 1, print some TLS session secrets when they are computed.
"mobileip", "netbios", "netflow", "ntp", "ppp", "pptp",
"radius", "rip", "rtp", "skinny", "smb", "snmp",
"tftp", "x509", "bluetooth", "dhcp6", "llmnr",
- "sctp", "vrrp", "ipsec", "lltd", "vxlan", "eap"]
+ "sctp", "vrrp", "ipsec", "lltd", "vxlan", "eap", "geneve"]
contribs = dict()
crypto_valid = isCryptographyValid()
crypto_valid_advanced = isCryptographyAdvanced()