mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
network-aqm: Use "conservative" setting for all PPP connections
This should be a better default than using VDSL2 since "conservative" should work on all connections. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
ca26f73220
commit
cfa06b67ee
@@ -65,9 +65,9 @@ case "${ACTION}" in
|
||||
exit 0
|
||||
;;
|
||||
|
||||
# Handle RED PPPoE (default to VDSL2)
|
||||
# Handle dial-up connections on RED
|
||||
ppp*,512)
|
||||
args+=( "cake" "internet" "pppoe-ptm" "ack-filter" )
|
||||
args+=( "cake" "internet" "conservative" "ack-filter" )
|
||||
;;
|
||||
|
||||
# Treat any other interfaces as "Ethernet"
|
||||
|
||||
Reference in New Issue
Block a user