projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9a2fba
)
INSTALL.bridge: Fix suggested ovs-brcompatd invocation.
author
Ben Pfaff
<blp@nicira.com>
Fri, 8 Jul 2011 23:56:08 +0000
(16:56 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Sat, 9 Jul 2011 00:10:18 +0000
(17:10 -0700)
ovs-brcompatd no longer accepts any non-option arguments. Also,
-vANY:console:EMER is unnecessary, because --detach now implies disabling
logging to the console.
INSTALL.bridge
patch
|
blob
|
history
diff --git
a/INSTALL.bridge
b/INSTALL.bridge
index 650e776efa1e52d8ee854f198dea212ddda8fb8e..8080625b48d43fec7ee18bb394af101d11ebe208 100644
(file)
--- 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.)