mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
netdev-vport: Build on all platforms.
This patch removes the final bit of linux specific code which prevents building netdev-vport everywhere. With this, other platforms automatically get access to patch ports, and (if their datapath supports it), flow based tunneling. Signed-off-by: Ethan Jackson <ethan@nicira.com>
This commit is contained in:
@@ -601,7 +601,6 @@ const struct netdev_class *netdev_lookup_provider(const char *type);
|
||||
extern const struct netdev_class netdev_linux_class;
|
||||
extern const struct netdev_class netdev_internal_class;
|
||||
extern const struct netdev_class netdev_tap_class;
|
||||
extern const struct netdev_class netdev_patch_class;
|
||||
#ifdef __FreeBSD__
|
||||
extern const struct netdev_class netdev_bsd_class;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user