Re: [Fwd: Re: [LARTC] Simple HTB setup with tcng]

2004-05-06 Thread [EMAIL PROTECTED]
hi clemment, On Wed, 2004-05-05 at 13:54, Clement MOREAU wrote: Thank you for your help. It generates this script : tc qdisc add dev eth0 handle 1:0 root htb default 2 ----^^^ tc class add dev eth0 parent 1:0 classid 1:1 htb rate 75000bps ceil \

Re: [Fwd: Re: [LARTC] Simple HTB setup with tcng]

2004-05-05 Thread Clement MOREAU
Thank you for your help. It generates this script : tc qdisc add dev eth0 handle 1:0 root htb default 2 tc class add dev eth0 parent 1:0 classid 1:1 htb rate 75000bps ceil \ 75000bps tc class add dev eth0 parent 1:0 classid 1:2 htb rate 125000bps tc filter add dev eth0 parent 1:0 protocol all