From: Keith Amidon Date: Mon, 27 Apr 2009 22:48:24 +0000 (-0700) Subject: Stop attempting to add mgmt interface flows at boot time. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f04eeef3dc25dccf0f9f680623e5b24fa36f75ab;p=openvswitch Stop attempting to add mgmt interface flows at boot time. 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. --- diff --git a/vswitchd/etc/init.d/vswitch b/vswitchd/etc/init.d/vswitch index cd83ffe0..3bf3a935 100755 --- 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 {