mirror of
https://github.com/openvswitch/ovs
synced 2025-09-01 06:45:17 +00:00
datapath: 64-bit GRE support
Extend GRE to have a 64-bit key. Use GRE sequence number to store upper 32-bits of the key, but this is not standard way of using GRE sequence number. Bug #13186 Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Acked-by: Jesse Gross <jesse@nicira.com>
This commit is contained in:
@@ -185,6 +185,7 @@ enum ovs_vport_type {
|
||||
OVS_VPORT_TYPE_PATCH = 100, /* virtual tunnel connecting two vports */
|
||||
OVS_VPORT_TYPE_GRE, /* GRE tunnel */
|
||||
OVS_VPORT_TYPE_CAPWAP, /* CAPWAP tunnel */
|
||||
OVS_VPORT_TYPE_GRE64 = 104, /* GRE tunnel with 64-bit keys */
|
||||
__OVS_VPORT_TYPE_MAX
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user