X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=xenserver%2Fetc_init.d_vswitch;h=01450ed5d07a43c5638955dbd230bb99b5b896a5;hb=4d678233e981fa319a338f6b0949e9dc625941a4;hp=9e0efe0729fc9af6bd40813941058da466dd4803;hpb=55bc65533fe868666f6ea8539f2a1b30da964abf;p=sliver-openvswitch.git diff --git a/xenserver/etc_init.d_vswitch b/xenserver/etc_init.d_vswitch index 9e0efe072..01450ed5d 100755 --- a/xenserver/etc_init.d_vswitch +++ b/xenserver/etc_init.d_vswitch @@ -266,11 +266,12 @@ function start { action "Creating empty $VSWITCHD_CONF" touch "$VSWITCHD_CONF" elif [ ! -e /var/run/vswitch.booted ]; then touch /var/run/vswitch.booted - /usr/bin/ovs-cfg-mod '-vANY:console:emer' -F "$VSWITCHD_CONF" \ - '--del-match=bridge.*' \ - '--del-match=port.*' \ - '--del-match=bonding.*' \ - '--del-match=iface.*' + /usr/bin/ovs-cfg-mod '-vANY:console:emer' -F "$VSWITCHD_CONF" \ + '--del-match=bridge.*' \ + '--del-match=port.*' \ + '--del-match=bonding.*' \ + '--del-match=iface.*' \ + '--del-match=vlan.*' fi start_vswitchd