mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
@@ -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" )
|
||||
|
||||
Reference in New Issue
Block a user