X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=INSTALL.userspace;h=6e6fcd49a78ab2d6d11af7635e54d39decb38c0f;hb=1a59dc2c8a23dcd6a240fa6ee099008602c9f73e;hp=c13365a42090fe86f61990b9d9eb41ceffdecbdf;hpb=a0bc29a541fc7dc6e20137d5558e2094d614e6ab;p=openvswitch diff --git a/INSTALL.userspace b/INSTALL.userspace index c13365a4..6e6fcd49 100644 --- a/INSTALL.userspace +++ b/INSTALL.userspace @@ -47,18 +47,6 @@ ovs-vswitchd will create a TAP device as the bridge's local interface, named the same as the bridge, as well as for each configured internal interface. -Using the Userspace Datapath with ovs-openflowd ------------------------------------------------ - -To use ovs-openflowd in userspace mode, specify a datapath name that -begins with "netdev@", and specify --ports with the names of the ports -that should be included in the datapath as argument. For example: - - ovs-openflowd netdev@br0 --ports=eth0,eth1,eth2 - -ovs-openflowd will create a TAP device as the bridge's local -interface, named the same as the bridge minus the "netdev@" prefix. - Bug Reporting -------------