INSTALL.Linux: Note the need for CONFIG_TUN and /dev/net/tun.
[openvswitch] / datapath / vport-gre.c
index 237835ba9d443ae3a0d0bf4cebf2c91e644cd915..cd0f3e8dce46c1936cd0dd8a87f19deb7b2fcadc 100644 (file)
@@ -63,8 +63,6 @@ struct gre_vport {
        struct mutable_config *mutable;
 };
 
-struct vport_ops gre_vport_ops;
-
 /* Protected by RCU. */
 static struct tbl *port_table;