From: Justin Pettit Date: Thu, 19 Nov 2009 23:45:20 +0000 (-0800) Subject: Correct dameon options in INSTALL.bridge X-Git-Tag: v0.99.0~24 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=7ddda086a5aba2310d144847e078ef6eda67f38c;p=sliver-openvswitch.git 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 --- diff --git a/INSTALL.bridge b/INSTALL.bridge index 76d180fe4..b30152d4b 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,