From f04eeef3dc25dccf0f9f680623e5b24fa36f75ab Mon Sep 17 00:00:00 2001 From: Keith Amidon Date: Mon, 27 Apr 2009 15:48:24 -0700 Subject: [PATCH] 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. --- vswitchd/etc/init.d/vswitch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.30.2