Alejandro Ramos Encinosa wrote: > tc qdisc add dev eth1 parent 1:20 handle 120: sfq perturb 10 > > tc class add dev eth1 parent 1:20 classid 1:21 htb rate 49mbit This is a misconfiguration, it doesn't make sense to add sfq and another htb class to 1:20. Andy.