mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
netdev: Add 'patch' userspace implementation.
Add a netdev to talk to the 'patch' vport in the kenerl. Since there is currently a 'patch' implementation using the veth driver, this one is temporarily called 'patchnew'.
This commit is contained in:
@@ -46,6 +46,7 @@ static const struct netdev_class *base_netdev_classes[] = {
|
||||
&netdev_tap_class,
|
||||
&netdev_gre_class,
|
||||
&netdev_patch_class,
|
||||
&netdev_patchnew_class,
|
||||
};
|
||||
|
||||
static struct shash netdev_classes = SHASH_INITIALIZER(&netdev_classes);
|
||||
|
Reference in New Issue
Block a user