Add support for LISP tunneling
[sliver-openvswitch.git] / datapath / vport.h
index 57662ee..94c9e97 100644 (file)
@@ -225,5 +225,6 @@ extern const struct vport_ops ovs_internal_vport_ops;
 extern const struct vport_ops ovs_gre_vport_ops;
 extern const struct vport_ops ovs_gre64_vport_ops;
 extern const struct vport_ops ovs_vxlan_vport_ops;
+extern const struct vport_ops ovs_lisp_vport_ops;
 
 #endif /* vport.h */