projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04d4561
)
Stop attempting to add mgmt interface flows at boot time.
author
Keith Amidon
<keith@nicira.com>
Mon, 27 Apr 2009 22:48:24 +0000
(15:48 -0700)
committer
Keith Amidon
<keith@nicira.com>
Mon, 27 Apr 2009 22:48:50 +0000
(15:48 -0700)
With the change to the bridging code so that it does not change the
state of interfaces when they are added to the bridge, this no longer
appears to help in any case I've tested.
vswitchd/etc/init.d/vswitch
patch
|
blob
|
history
diff --git
a/vswitchd/etc/init.d/vswitch
b/vswitchd/etc/init.d/vswitch
index cd83ffe06f4e117ff0947d9b27a68dbd8f4afbdd..3bf3a935f42cd2df57ee295c8fa501bbc9154f0f 100755
(executable)
--- a/
vswitchd/etc/init.d/vswitch
+++ b/
vswitchd/etc/init.d/vswitch
@@
-251,7
+251,7
@@
function start {
start_vswitchd
start_brcompatd
reload_vswitchd # ensures vswitchd has fully read config file.
- allow_xen_mgmt_traffic
+ #allow_xen_mgmt_traffic # Seems to work okay without...
}
function stop {