X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=debian%2Fopenvswitch-switch.init;h=f650f8731cde080a01e6ad78ae8f56b7924eddd3;hb=e368cad8ecf6dbf272b2a3775b2e3e5e2dc6a5cf;hp=b44daad8a0d89c457f39cd355dc3028ff8481e1f;hpb=e0edde6fee279cdbbf3c179f5f50adaf0c7c7f1e;p=sliver-openvswitch.git diff --git a/debian/openvswitch-switch.init b/debian/openvswitch-switch.init index b44daad8a..f650f8731 100755 --- a/debian/openvswitch-switch.init +++ b/debian/openvswitch-switch.init @@ -70,9 +70,8 @@ start () { if test X"$FORCE_COREFILES" != X; then set "$@" --force-corefiles="$FORCE_COREFILES" fi + set "$@" $OVS_CTL_OPTS "$@" || exit $? - - ovs_ctl --protocol=gre enable-protocol } stop () {