ofp-util: Work on decoding OF1.1 flow_mods.
[openvswitch] / debian / openvswitch-switch.init
index b44daad8a0d89c457f39cd355dc3028ff8481e1f..f650f8731cde080a01e6ad78ae8f56b7924eddd3 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 () {