aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-09-11 23:13:24 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-09-11 23:13:24 +0000
commit8e1b4c146e21423786e3ceda70e72265a85687e2 (patch)
treee31004e1af16ad3fdd06577e990e47e779370023 /package/network
parent2667bfd6e1e3ad42ca5e2cf47d99bbeef111d69c (diff)
downloadmaster-187ad058-8e1b4c146e21423786e3ceda70e72265a85687e2.tar.gz
master-187ad058-8e1b4c146e21423786e3ceda70e72265a85687e2.tar.bz2
master-187ad058-8e1b4c146e21423786e3ceda70e72265a85687e2.zip
qos-scripts: disable fq_codel ecn by default to improve compatibility
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42479 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network')
-rw-r--r--package/network/config/qos-scripts/files/usr/lib/qos/tcrules.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/qos-scripts/files/usr/lib/qos/tcrules.awk b/package/network/config/qos-scripts/files/usr/lib/qos/tcrules.awk
index 8f8eefd938..12f94a67f1 100644
--- a/package/network/config/qos-scripts/files/usr/lib/qos/tcrules.awk
+++ b/package/network/config/qos-scripts/files/usr/lib/qos/tcrules.awk
@@ -79,7 +79,7 @@ END {
# leaf qdisc
avpkt = 1200
for (i = 1; i <= n; i++) {
- print "tc qdisc add dev "device" parent 1:"class[i]"0 handle "class[i]"00: fq_codel limit 800 quantum 300"
+ print "tc qdisc add dev "device" parent 1:"class[i]"0 handle "class[i]"00: fq_codel limit 800 quantum 300 noecn"
}
# filter rule