aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.userspace
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-06-07 09:40:53 -0700
committerBen Pfaff <blp@nicira.com>2011-06-07 09:40:53 -0700
commit045b2e5c77d02cd0d7bba046e2dbed72ec4828c8 (patch)
tree8110e620c0dbe59cd6375a9a32d0b3612ac90843 /INSTALL.userspace
parentd3db2ef1f501cdbbf136de35e77a72e9b4970ece (diff)
ovs-openflowd: Rename test-openflowd and move to "tests" directory.
Too many users thought that they needed to run ovs-openflowd at the same time as ovs-vswitchd. I hope that this change discourages them.
Diffstat (limited to 'INSTALL.userspace')
-rw-r--r--INSTALL.userspace12
1 files changed, 0 insertions, 12 deletions
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
-------------