On Wednesday 19 November 2003 12:51, raptor wrote:
> I seem to solved the problem !!
> just on top of my head... I had the following config (by memory) :
>
>
> root qdisc htb
>
>   |---class X htb => qdisc X
>   |
>   |                                     |---class Y ==> qdicsY
>   |                                     |---class Z ==> qdicsZ
>   |
>   |---class A
>
> and with u32-fitlter attached to root I directed the traffic to  class Y,Z
> etc.... Now i made it like this :
>
> root qdisc htb
>
>   |---class X htb
>   |
>   |             |---class Y ==> qdicsY
>   |             |---class Z ==> qdicsZ
>   |
>   |---class A
>
> u see no qdisc....and it works.. do u have explanation ?! ... take into
> account that class X is htb :")
A filter only works within 1 qdisc.  You can get your first setup working if 
you add 2 filters, one for the root qdisc and one for the qdisc X.

Stef

-- 
[EMAIL PROTECTED]
 "Using Linux as bandwidth manager"
     http://www.docum.org/
     #lartc @ irc.openprojects.net

_______________________________________________
LARTC mailing list / [EMAIL PROTECTED]
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

Reply via email to