On Saturday 18 June 2005 10:16, Bernd Froemel wrote: > tc class add dev $DEV parent 1: classid 1:1 htb rate 10mbit > tc class add dev $DEV parent 1: classid 1:f1 htb rate 2048kbit ceil > 10mbit burst 50k > tc class add dev $DEV parent 1: classid 1:f2 htb rate 1024kbit ceil > 10mbit burst 50k That's most likely because you're using different rate/ceil for root classes, which does not make sense at all. A root class does not have parents or siblings to borrow from. It can always use it's full rate. > The "ceil 10mbit" just seems to be ignored :( It might very well be the case that root classes just ignore the ceil parameter since they can't borrow anyway. You should rebuild your tree so that you only have one root class. HTH Andreas _______________________________________________ LARTC mailing list LARTC@xxxxxxxxxxxxxxx http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc