network-aqm: don't set cake for imq/ifb devices

fixes: #12765

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2022-01-24 16:19:26 +00:00
parent e22b42571a
commit 8b4396559b

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" )