datapath: Add Upstream id for GRE type.
[openvswitch] / include / linux / openvswitch.h
index 89feb61f6532bcb85d40596c2e2faf335b40dbd5..e76135749b3ca131d3315ea6da9c9bdbe3b62964 100644 (file)
@@ -182,6 +182,7 @@ enum ovs_vport_type {
        OVS_VPORT_TYPE_UNSPEC,
        OVS_VPORT_TYPE_NETDEV,   /* network device */
        OVS_VPORT_TYPE_INTERNAL, /* network device implemented by datapath */
+       OVS_VPORT_TYPE_FT_GRE,   /* Flow based GRE tunnel. */
        OVS_VPORT_TYPE_PATCH = 100, /* virtual tunnel connecting two vports */
        OVS_VPORT_TYPE_GRE,      /* GRE tunnel */
        OVS_VPORT_TYPE_CAPWAP,   /* CAPWAP tunnel */