xenserver: Clear vlan.* from /etc/ovs-vswitchd.conf on boot too
authorIan Campbell <Ian.Campbell@citrix.com>
Fri, 2 Oct 2009 13:43:20 +0000 (14:43 +0100)
committerBen Pfaff <blp@nicira.com>
Fri, 2 Oct 2009 18:11:06 +0000 (11:11 -0700)
xenserver/etc_init.d_vswitch

index 6aca1cc..f0b8be2 100755 (executable)
@@ -274,7 +274,8 @@ function start {
             '--del-match=bridge.*' \
             '--del-match=port.*' \
             '--del-match=bonding.*' \
-            '--del-match=iface.*'
+            '--del-match=iface.*' \
+            '--del-match=vlan.*'
     fi
 
     start_vswitchd