2
0
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:
Jesse Gross
2010-05-14 13:49:43 -07:00
parent 777ece0952
commit 43694e2a8d
5 changed files with 227 additions and 0 deletions

View File

@@ -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);