Re: [LARTC] An example of prio qdisc please...

2002-09-25 Thread Soulfly
PROTECTED] To: Soulfly [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, September 25, 2002 11:18 AM Subject: Re: [LARTC] An example of prio qdisc please... On Wed, Sep 25, 2002 at 09:28:28AM +0200, Soulfly wrote: tc qdisc add dev eth0 root handle 1: prio bands 5 priomap 2 3 2 2 3 3 3 3 1

Re: [LARTC] An example of prio qdisc please...

2002-09-25 Thread Soulfly
Soulfly [EMAIL PROTECTED] thus wrote: tc qdisc add dev eth0 root handle 1: prio bands 5 priomap 2 3 2 2 3 3 3 3 1 1 1 1 2 2 2 2 tc qdisc add dev eth0 parent 1:1 handle 10: sfq perturb 10 tc qdisc add dev eth0 parent 1:2 handle 20: sfq perturb 10 tc qdisc add dev eth0 parent 1:3 handle

Re: [LARTC] adding ingress and egress

2002-04-12 Thread Soulfly
If you use IMQ you can should be able to send all incoming/outgoing packets to the same egress qdisc.You can use HTB with two classes below root qdisc, one for incoming packets and one for outgoing packets. Just a thought but well worth trying. There will surly be problems though and some

Re: [LARTC] typo ?

2002-04-04 Thread Soulfly
Mihai RUSU wrote Hi While reading the HOWTO (pdf downloaded and printed last night) I have noticed a little strange thing. In the 9.2.1 chapter, explaining the pfifo_fast qdisc, it is shown a TOS field mapping table and also it appears a command line version: The last column shows the