aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.bridge
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2009-11-19 15:45:20 -0800
committerJustin Pettit <jpettit@nicira.com>2009-11-19 15:45:20 -0800
commit7ddda086a5aba2310d144847e078ef6eda67f38c (patch)
treed24e38b8328d6592562b7681fcc7af210b3d65de /INSTALL.bridge
parent7671589afbe5e7ff8a7f2e730ed077416e419fa8 (diff)
Correct dameon options in INSTALL.bridge
A while back, we retired the short options for daemons. The INSTALL.bridge file was never updated to reflect this. CC: Jeongkeun Lee <jklee@hp.com>
Diffstat (limited to 'INSTALL.bridge')
-rw-r--r--INSTALL.bridge7
1 files changed, 5 insertions, 2 deletions
diff --git a/INSTALL.bridge b/INSTALL.bridge
index 76d180fe..b30152d4 100644
--- a/INSTALL.bridge
+++ b/INSTALL.bridge
@@ -54,8 +54,11 @@ to update system scripts to follow these steps.
4. Start ovs-vswitchd and ovs-brcompatd, e.g.:
- % ovs-vswitchd -P -D -vANY:console:EMER /etc/ovs-vswitchd.conf
- % ovs-brcompatd -P -D -vANY:console:EMER /etc/ovs-vswitchd.conf
+ % ovs-vswitchd --pidfile --detach -vANY:console:EMER \
+ /etc/ovs-vswitchd.conf
+
+ % ovs-brcompatd --pidfile --detach -vANY:console:EMER \
+ /etc/ovs-vswitchd.conf
5. Now you should be able to manage the Open vSwitch using brctl and
related tools. For example, you can create an Open vSwitch bridge,