2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

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.
This commit is contained in:
Ben Pfaff
2011-07-08 16:56:08 -07:00
parent a9a2fba509
commit f948cd9524

View File

@@ -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.)