summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/Switch.h
diff options
context:
space:
mode:
authorPravin B Shelar <pshelar@nicira.com>2015-08-18 12:18:47 -0700
committerPravin B Shelar <pshelar@nicira.com>2015-08-20 13:01:58 -0700
commit99e7b077407c51b291ddcc238e4ac83e9f732925 (patch)
tree25554e93f4ef9d51b2bbf2b61a4442112ab5ac8f /datapath-windows/ovsext/Switch.h
parentf786a3158e525004e3c23bc24b954121a50a78c7 (diff)
downloadopenvswitch-99e7b077407c51b291ddcc238e4ac83e9f732925.tar.gz
tunneling: Remove gre64 tunnel support.
GRE64 was introduced to extend gre key from 32-bit to 64-bit using gre-key and sequence number field. But GRE64 is not standard protocol. There are not many users of this protocol. Therefore we have decided to remove it. Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Acked-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'datapath-windows/ovsext/Switch.h')
-rw-r--r--datapath-windows/ovsext/Switch.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/datapath-windows/ovsext/Switch.h b/datapath-windows/ovsext/Switch.h
index 3bc20eee4..001335a1e 100644
--- a/datapath-windows/ovsext/Switch.h
+++ b/datapath-windows/ovsext/Switch.h
@@ -37,8 +37,7 @@
#define OVS_TUNNEL_INDEX_START RESERVED_START_INDEX1
#define OVS_VXLAN_VPORT_INDEX 2
#define OVS_GRE_VPORT_INDEX 3
-#define OVS_GRE64_VPORT_INDEX 4
-#define OVS_TUNNEL_INDEX_END OVS_GRE64_VPORT_INDEX
+#define OVS_TUNNEL_INDEX_END OVS_GRE_VPORT_INDEX
#define OVS_MAX_PHYS_ADAPTERS 32
#define OVS_MAX_IP_VPOR 32