On Saturday 23 July 2005 13:07, ddaas wrote: > >>Most likely, you do not want to use more than one HTB qdisc per > >> device. > > What about the example from the HTB User Guide?? Is it wrong? Ah, you want to simulate a slow link. Didn't realize that, sorry. :-) Have a look on the output of the tc -s -d class show dev $dev statistics. Also try qdisc show instead of class show, the direct_packets_stat should be zero. The packets should go into the class 100:1 (you may have to add "default 1" or a filter that puts them there). So far you only got one filter for the child qdisc, but for that the packets have to get there first. HTH Andreas _______________________________________________ LARTC mailing list LARTC@xxxxxxxxxxxxxxx http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc