X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fopenvswitch.h;h=56b9785b8791ed63d10509c566a8f63099c7bdb3;hb=79f827fa8be86099eb1523a51acc5dd1a5901505;hp=e7d4b495d3479ee402d0c364c49ccb9c8511b1fe;hpb=5b8ab80c0897d9cc91488505a447dcf4a4e4b448;p=sliver-openvswitch.git diff --git a/include/linux/openvswitch.h b/include/linux/openvswitch.h index e7d4b495d..56b9785b8 100644 --- a/include/linux/openvswitch.h +++ b/include/linux/openvswitch.h @@ -183,6 +183,7 @@ enum ovs_vport_type { 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_VXLAN, /* VXLAN tunnel */ OVS_VPORT_TYPE_PATCH = 100, /* virtual tunnel connecting two vports */ OVS_VPORT_TYPE_GRE, /* GRE tunnel */ OVS_VPORT_TYPE_CAPWAP, /* CAPWAP tunnel */