datapath: Add support for VXLAN tunnels to Open vSwitch
[sliver-openvswitch.git] / datapath / vport.h
index de65000..1a2e9ef 100644 (file)
@@ -257,5 +257,6 @@ extern const struct vport_ops ovs_gre_vport_ops;
 extern const struct vport_ops ovs_gre_ft_vport_ops;
 extern const struct vport_ops ovs_gre64_vport_ops;
 extern const struct vport_ops ovs_capwap_vport_ops;
+extern const struct vport_ops ovs_vxlan_vport_ops;
 
 #endif /* vport.h */