X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fnetwork%2Fconfig%2Fqos-scripts%2Ffiles%2Fusr%2Flib%2Fqos%2Ftcrules.awk;fp=package%2Fnetwork%2Fconfig%2Fqos-scripts%2Ffiles%2Fusr%2Flib%2Fqos%2Ftcrules.awk;h=12f94a67f1dee48508bd392ad3afc5a7338907ca;hb=8d699086c35a407c372514dda17058dc325d3977;hp=8f8eefd938a5c078ac876a9bd43b59cec2136238;hpb=e9dab2de72a493118b230551a61f83ff797e43a4;p=openwrt%2Fopenwrt.git 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