Re: [LARTC] HTB & police filters

2002-04-10 Thread Martin Devera
> Im playing with HTB and police filters. It seems that the drop action > doesnt work with htb (I think it sends the traffic to the "default" > configured class). ohh yes you are probably rigght. I'll try to make it better in the nest release. devik __

[LARTC] HTB & police filters

2002-04-10 Thread Mihai RUSU
Hi Im playing with HTB and police filters. It seems that the drop action doesnt work with htb (I think it sends the traffic to the "default" configured class). #!/bin/bash tc=/sbin/tc $tc qdisc del dev eth0 root $tc qdisc add dev eth0 root handle 1: htb default 20 $tc class add dev eth0 paren