projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7ccb82
)
vswitchd: Make secchan subprocesses listen for management connections.
author
Ben Pfaff
<blp@nicira.com>
Thu, 8 Jan 2009 21:38:10 +0000
(13:38 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Thu, 8 Jan 2009 21:38:10 +0000
(13:38 -0800)
vswitchd/bridge.c
patch
|
blob
|
history
diff --git
a/vswitchd/bridge.c
b/vswitchd/bridge.c
index b2f8cc10dc778898d8038ee97904f591a2a6ae24..e02290e878b650484053f50d773c65a2b77ce3b0 100644
(file)
--- a/
vswitchd/bridge.c
+++ b/
vswitchd/bridge.c
@@
-640,6
+640,9
@@
start_secchan(struct bridge *br)
svec_add_nocopy(&argv,
xasprintf("--monitor=punix:%s/secchan.monitor-%s",
ofp_rundir, br->name));
+ svec_add_nocopy(&argv,
+ xasprintf("--listen=punix:%s/secchan.mgmt-%s",
+ ofp_rundir, br->name));
}
svec_append(&argv, &br->secchan_opts);
svec_add_nocopy(&argv, xasprintf("nl:%d", br->dp_idx));