datapath: Add Stateless TCP Tunneling protocol.
[cascardo/ovs.git] / datapath / linux / compat / include / linux / openvswitch.h
index 61c59a2..f53bc81 100644 (file)
@@ -229,6 +229,7 @@ enum ovs_vport_type {
        OVS_VPORT_TYPE_GENEVE,   /* Geneve tunnel. */
        OVS_VPORT_TYPE_GRE64 = 104, /* GRE tunnel with 64-bit keys */
        OVS_VPORT_TYPE_LISP = 105,  /* LISP tunnel */
+       OVS_VPORT_TYPE_STT = 106, /* STT tunnel */
        __OVS_VPORT_TYPE_MAX
 };