Prepare for post-1.9.0 (1.9.90).
[sliver-openvswitch.git] / debian / openvswitch-switch.init
index b44daad..f650f87 100755 (executable)
@@ -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 () {