X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Fopenvswitch-switch.init;h=f650f8731cde080a01e6ad78ae8f56b7924eddd3;hb=a3a0c29e2b11d8fcae86043cd16520ecbaa03731;hp=b44daad8a0d89c457f39cd355dc3028ff8481e1f;hpb=e0edde6fee279cdbbf3c179f5f50adaf0c7c7f1e;p=openvswitch diff --git a/debian/openvswitch-switch.init b/debian/openvswitch-switch.init index b44daad8..f650f873 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 () {