Merge branch 'next' of git.ipfire.org:/pub/git/ipfire-2.x into next

This commit is contained in:
Arne Fitzenreiter
2022-01-28 14:49:50 +00:00

View File

@@ -65,6 +65,11 @@ case "${ACTION}" in
exit 0
;;
# Ignore IMQ/IFB
imq*,*|ifb*,*)
exit 0
;;
# Handle dial-up connections on RED
ppp*,512)
args+=( "cake" "internet" "conservative" "ack-filter" )