[LARTC] (yet another) HTB question(s)
panca sorin
psihozefir at yahoo.com
Wed Aug 17 09:40:09 CEST 2005
> 4) related to 3), I've tried to use a syntax like
this: > "tc
> clas add dev $ETH parent 1:0 classid 1:1 htb rate
$RATE
> ceil $CEIL", where CEIL > RATE , but the max speed
I
> achieved was the RATE speed.
try to add 2-level root class:
tc qdisc add dev $ETH root handle 1: htb default FF
tc class add dev $ETH parent 1: classid 1:1 htb rate
$MAXRATE ceil $MAXRATE
tc class add dev $ETH parent 1:1 classid 1:2 htb rate
$MINRATE ceil $MAXRATE
tc class add ... [your child classes]
I don't know if it'll work but worth trying.
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
More information about the LARTC
mailing list