Henrik Nordstrom | c279413 | 2004-01-22 15:04:24 +0000 | [diff] [blame] | 1 | This module matches the 6 bit DSCP field within the TOS field in the |
2 | IP header. DSCP has superseded TOS within the IETF. | ||||
3 | .TP | ||||
4 | .BI "--dscp " "value" | ||||
5 | Match against a numeric (decimal or hex) value [0-32]. | ||||
6 | .TP | ||||
7 | .BI "--dscp-class " "\fIDiffServ Class\fP" | ||||
8 | Match the DiffServ class. This value may be any of the | ||||
9 | BE, EF, AFxx or CSx classes. It will then be converted | ||||
10 | into it's according numeric value. |