X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=xenserver%2Fetc_init.d_vswitch;h=6aca1cc729693566c42f0b989daaa69244f99d9c;hb=31118b510ebab50dd0cf05db1dd472f51e1af800;hp=249adeb0737774a72af0036ac614f65c5337e100;hpb=254e1d794622353c20f440b51595bcd92be29f15;p=openvswitch diff --git a/xenserver/etc_init.d_vswitch b/xenserver/etc_init.d_vswitch index 249adeb0..6aca1cc7 100755 --- a/xenserver/etc_init.d_vswitch +++ b/xenserver/etc_init.d_vswitch @@ -270,11 +270,11 @@ 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.*' fi start_vswitchd