From: Michael Tremer Date: Mon, 22 Nov 2021 18:02:19 +0000 (+0000) Subject: network-aqm: Use "conservative" setting for all PPP connections X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=105b7d2ac2a9cd0c2b3394fc8a18903c7729c718;p=people%2Fms%2Fipfire-2.x.git 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 --- diff --git a/config/udev/network-aqm b/config/udev/network-aqm index 3ef9b0f592..d51c6fbdee 100644 --- a/config/udev/network-aqm +++ b/config/udev/network-aqm @@ -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"