On 12 Aug 2003 21:57:58 -0300
Herculano de Lima Einloft Neto <[EMAIL PROTECTED]> wrote:

> 
>     Hello,
> 
>       I've been reading the tc online man page, but couldn't manage to
> understand a couple of things:
> 
> from the advanced routing.. HOWTO:
> 
> # tc qdisc add dev ppp0 root sfq perturb 10
> # tc -s -d qdisc ls
> qdisc sfq 800c: dev ppp0 quantum 1514b limit 128p flows 128/1024 perturb 10sec 
>  Sent 4812 bytes 62 pkts (dropped 0, overlimits 0) 
>   
> -What does the root keyword mean exactly?

this simply means that the qdisc you're adding is attached at the top
level of (ie. the device itself) rather than being a child of another qdisc.

> 
> -The second line seems to be a status query.. what do -d and -s mean?
> 

-s[tatistics]  
-d[etails]


> -Since ppp0 is not always present, do I have to wait till it is up to
> run the command, or can I just add a line to rc.local?
> 

The command above will be rejected if the ppp0 device can not be 
found.


Cheers,
Sean


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to