We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d450b8 + 6cf5731 commit 4f44a1fCopy full SHA for 4f44a1f
utilities/ovs-lib.in
@@ -263,7 +263,7 @@ stop_daemon () {
263
# stop older versions of daemons which do not behave correctly
264
# with `ovs-appctl exit` (e.g. ovs-vswitchd <= 2.5.0 deletes
265
# internal ports).
266
- if version_geq "$version" "2.5.90"; then
+ if version_geq "$version" "2.13.90"; then
267
actions="$graceful $actions"
268
fi
269
actiontype=""
0 commit comments