From: Ben Pfaff Date: Fri, 8 Jul 2011 23:56:08 +0000 (-0700) Subject: INSTALL.bridge: Fix suggested ovs-brcompatd invocation. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f948cd95244c87365089c17ca9caed3db06aafe3;p=openvswitch 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 650e776e..8080625b 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.)