Re: [LARTC] HTB classes and SFQ qdiscs showing 0 sent bytes

2004-02-25 Thread Simon Byrnand
At 00:24 25/02/2004, Animesh Bansriyar wrote: Hi All, I have set up a test script to limit incoming connections to my Network Server like this. Running SuSE Linux Professional 8.2. The snippet from my script is: SNIP # Adding some filters tc filter add dev eth0 protocol ip parent 1:2 prio 1

[LARTC] HTB classes and SFQ qdiscs showing 0 sent bytes

2004-02-24 Thread Animesh Bansriyar
Hi All, I have set up a test script to limit incoming connections to my Network Server like this. Running SuSE Linux Professional 8.2. The snippet from my script is: #Deleting previous root handle tc qdisc del dev eth0 root # Adding new root handle tc qdisc add dev eth0 root handle 1 htb