| commit | dcfd0a487fc622c76feedeeae2c2bd985cd7e19f | [log] [tgz] |
|---|---|---|
| author | zhangxiliang <zhangxiliang@cn.fujitsu.com> | Wed Aug 29 20:05:57 2007 +0000 |
| committer | Patrick McHardy <kaber@trash.net> | Wed Aug 29 20:05:57 2007 +0000 |
| tree | 088bfbc712b2aa0e0e714ed42c61f971a76b24a5 | |
| parent | 001ebc22cdea0732f327142b10ff30309b36bbf8 [diff] |
Fix dscp match manpage (zhangxiliang <zhangxiliang@cn.fujitsu.com>) The description for the value in option "-m dscp -dscp" should be modified to 0~63. The option can match 6 bit DSCP field within the TOS field in the IP header. So the range for the option should be 0~(26-1) that is 0~63.