]> git.ipfire.org Git - people/bonnietwin/ipfire-2.x.git/blobdiff - config/udev/network-aqm
network-aqm: Use "conservative" setting for all PPP connections
[people/bonnietwin/ipfire-2.x.git] / config / udev / network-aqm
index 3ef9b0f5929ffd7b93dc13c18a8d84f44a0cdf14..d51c6fbdee43bfedf1a8a5b244bfd3630d7eb95d 100644 (file)
@@ -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"