Skip to content

Commit 4f44a1f

Browse files
authored
Merge pull request #2 from everoute/dev/lmy
test: kill ovs process for <= 2.13.90 version
2 parents 5d450b8 + 6cf5731 commit 4f44a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/ovs-lib.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ stop_daemon () {
263263
# stop older versions of daemons which do not behave correctly
264264
# with `ovs-appctl exit` (e.g. ovs-vswitchd <= 2.5.0 deletes
265265
# internal ports).
266-
if version_geq "$version" "2.5.90"; then
266+
if version_geq "$version" "2.13.90"; then
267267
actions="$graceful $actions"
268268
fi
269269
actiontype=""

0 commit comments

Comments
 (0)