[LARTC] Wrapping prio in tbf
gypsy
gypsy@iswest.com
Tue, 04 May 2004 19:06:29 -0700
John Meeks wrote:
>
> On Tue, 4 May 2004, Stef Coene wrote:
>
> > On Tuesday 04 May 2004 15:05, John Meeks wrote:
> [snip]
> > > I'm using kernel 2.4.18, so htb doesn't work
WRONG!
> (from FAQ section 9.5.5.1)
> :~# tc qdisc add dev eth0 root handle 1: htb default 30
> RTNETLINK answers: Invalid argument
Then either your tc executable does not include HTB or your kernel
doesn't. You can handle either or both of those problems pretty easily
because there are kernel patches for HTB here:
http://luxik.cdi.cz/~devik/qos/htb/
or
http://luxik.cdi.cz/~devik/qos/htb/v3/htb3.6-020525.tgz (includes tc)
and my tc is here:
ftp://andthatsjazz.net/pub/tc
gypsy