In article <[EMAIL PROTECTED]> you wrote:

> I forgot to say that I am talking about QoS and u32 filters, basically, how to use
> the tc utility from iproute2 package to achieve the above.

First, install fw filter:

        tc filter add dev ppp0 parent 1:0 protocol ip prio 90 fw

Second, in fw filter CBQ class is specified by the firewall mark
itself, so use mark 0x10001 for class 1:1, 0x10002 for 1:2 etc.

-- 
Pawel Krawczyk, CETI internet, Krakow. http://ceti.pl/~kravietz/
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to