root/trunk/etcnet/docs/etcnet-qos.8

Revision 1151, 1.2 kB (checked in by pilot, 1 year ago)

+ /etc/net trunk has been pulled to the 0.9.3 release watermark

Line 
1 .TH "etcnet-qos" "8" "0.9" "Denis Ovsienko <info@etcnet.org>" ""
2 .SH "NAME"
3 /etc/net QoS support manual
4 .SH "DESCRIPTION"
5 General rules:
6 .TP
7 1. Classes and qdiscs can contain each other. Typically a class contains a qdisc or one or more subclasses. A qdisc typically contains one ore more classes.
8 .TP
9 2. Containment is represented by directory tree.
10 .TP
11 3. Directory must contain one of two files: either 'class' or 'qdisc' so that /etc/net knows the type of each node. The file contains current node parameters.
12 .TP
13 4. Qdisc handle is it's directory name with ':'.
14 .TP
15 5. Class classid is the last qdisc seen in the tree plus ':' plus current class's directory name.
16 .TP
17 6. If current directory contains file 'extra', it's contents will be used when creating children (usually classes). This does not apply to childrens' children.
18 .TP
19 7. Class dir can contain 'filter' file with filter statements. The filters will belong to parent qdisc and will point to current dir (class), you don't have to specify parent and flowid keywords. If 'extra.filter' file exists, it's contents will be prefixed to each line of 'filter' file.
20 .SH "SEE ALSO"
21 .TP
22 /etc/net QoS examples: http://etcnet.org/examples/
23 .TP
24 tc manpage
25 .TP
26 google://linux+qos
27
28 .SH "FILES"
29 qos/1 \- root qdisc
Note: See TracBrowser for help on using the browser.