X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Fopenvswitch-switch.init;h=f650f8731cde080a01e6ad78ae8f56b7924eddd3;hb=8faa5a21738f4d47c630c24a3bcf177eb34ce705;hp=aebf21e52b81a50c72d6a6bed959019b8dc09862;hpb=8a5b3cfd91841c97fbc8a003857cacbd602646ed;p=openvswitch diff --git a/debian/openvswitch-switch.init b/debian/openvswitch-switch.init index aebf21e5..f650f873 100755 --- a/debian/openvswitch-switch.init +++ b/debian/openvswitch-switch.init @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 2011, 2012 Nicira Networks, Inc. +# Copyright (C) 2011, 2012 Nicira, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -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 () {