From: Ben Pfaff Date: Fri, 8 Jul 2011 23:56:08 +0000 (-0700) Subject: INSTALL.bridge: Fix suggested ovs-brcompatd invocation. X-Git-Tag: v1.2.0~95 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=f948cd95244c87365089c17ca9caed3db06aafe3;p=sliver-openvswitch.git INSTALL.bridge: Fix suggested ovs-brcompatd invocation. ovs-brcompatd no longer accepts any non-option arguments. Also, -vANY:console:EMER is unnecessary, because --detach now implies disabling logging to the console. --- diff --git a/INSTALL.bridge b/INSTALL.bridge index 650e776ef..8080625b4 100644 --- a/INSTALL.bridge +++ b/INSTALL.bridge @@ -40,8 +40,7 @@ kernel bridge module. 3. Start ovs-brcompatd: - % ovs-brcompatd --pidfile --detach -vANY:console:EMER \ - unix:/usr/local/var/run/openvswitch/db.sock + % ovs-brcompatd --pidfile --detach (ovsdb-server and ovs-vswitchd should already have been loaded.)