openvswitch: Add vxlan tunneling support.
[firefly-linux-kernel-4.4.55.git] / net / openvswitch / vport.h
index 376045c42f8b43ba156acb2fd723398b108208b6..1a9fbcec6e1bf9c1d9bc95a3ec9d711c02865a82 100644 (file)
@@ -199,6 +199,7 @@ void ovs_vport_record_error(struct vport *, enum vport_err_type err_type);
 extern const struct vport_ops ovs_netdev_vport_ops;
 extern const struct vport_ops ovs_internal_vport_ops;
 extern const struct vport_ops ovs_gre_vport_ops;
+extern const struct vport_ops ovs_vxlan_vport_ops;
 
 static inline void ovs_skb_postpush_rcsum(struct sk_buff *skb,
                                      const void *start, unsigned int len)