xenserver: Clear stale configuration keys on boot
authorIan Campbell <ian.campbell@citrix.com>
Wed, 30 Sep 2009 10:57:23 +0000 (11:57 +0100)
committerJustin Pettit <jpettit@nicira.com>
Thu, 1 Oct 2009 22:56:26 +0000 (15:56 -0700)
xenserver/etc_init.d_vswitch

index c5659e0..28a013f 100755 (executable)
@@ -268,6 +268,12 @@ function start {
     if [ ! -e "$VSWITCHD_CONF" ]; then
         warning "$VSWITCHD_CONF does not exist"
         action "Creating empty $VSWITCHD_CONF" touch "$VSWITCHD_CONF"
+    else
+       /usr/bin/ovs-cfg-mod '-vANY:console:emer' -F "$VSWITCHD_CONF" \
+           '--del-match=bridge.*' \
+           '--del-match=port.*' \
+           '--del-match=bonding.*' \
+           '--del-match=iface.*'
     fi
 
     start_vswitchd