[LARTC] Filters not working
Jose Araujo
jlaraujo@mercs.homeip.net
Mon, 01 Mar 2004 22:20:36 +0000
Hy.
The solution I am going to give you might seem strange, but it worked
with me on a project I'm working and hope to release soon.
Scott Gagon wrote:
>tc class add dev $TC_DEV parent 1: classid 1:1 htb rate ${TC_UPLINK}kbit burst 6k
>
># high prio class 1:10:
>
>tc class add dev $TC_DEV parent 1:1 classid 1:10 htb rate ${TC_UPLINK}kbit burst 6k prio 1
>
>
Remove the prio from your class configurations, it seem to cause some
strange problems (at least with me, but i can't use the last htb
version, mine is 3.1 something, can't check it now).
>Thanks so much! I have to say, this has been a learning experience! :\
>
Hope it helps.
José Araújo