datapath: 64-bit GRE support
[openvswitch] / include / linux / openvswitch.h
index f5c9cca03c5a535c612c38de1d5a66ced3e762ea..294f6d08bfef4f67a82944e140a2cc6f24bc324c 100644 (file)
@@ -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
 };