From: Ian Campbell Date: Fri, 2 Oct 2009 13:43:20 +0000 (+0100) Subject: xenserver: Clear vlan.* from /etc/ovs-vswitchd.conf on boot too X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeb4cedaa13940b1ec5322db6b743ce07296d874;p=openvswitch xenserver: Clear vlan.* from /etc/ovs-vswitchd.conf on boot too --- diff --git a/xenserver/etc_init.d_vswitch b/xenserver/etc_init.d_vswitch index 6aca1cc7..f0b8be2c 100755 --- a/xenserver/etc_init.d_vswitch +++ b/xenserver/etc_init.d_vswitch @@ -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