Stop attempting to add mgmt interface flows at boot time.
authorKeith Amidon <keith@nicira.com>
Mon, 27 Apr 2009 22:48:24 +0000 (15:48 -0700)
committerKeith 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

index cd83ffe06f4e117ff0947d9b27a68dbd8f4afbdd..3bf3a935f42cd2df57ee295c8fa501bbc9154f0f 100755 (executable)
@@ -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 {