[netfilter-cvslog] r7013 - trunk/iptables/extensions

kaber at trash.net kaber at trash.net
Wed Aug 29 22:05:57 CEST 2007


Author: kaber at trash.net
Date: 2007-08-29 22:05:57 +0200 (Wed, 29 Aug 2007)
New Revision: 7013

Modified:
   trunk/iptables/extensions/libipt_dscp.man
Log:
Fix dscp match manpage (zhangxiliang <zhangxiliang at 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.


Modified: trunk/iptables/extensions/libipt_dscp.man
===================================================================
--- trunk/iptables/extensions/libipt_dscp.man	2007-08-28 12:07:39 UTC (rev 7012)
+++ trunk/iptables/extensions/libipt_dscp.man	2007-08-29 20:05:57 UTC (rev 7013)
@@ -2,7 +2,7 @@
 IP header.  DSCP has superseded TOS within the IETF.
 .TP
 .BI "--dscp " "value"
-Match against a numeric (decimal or hex) value [0-32].
+Match against a numeric (decimal or hex) value [0-63].
 .TP
 .BI "--dscp-class " "\fIDiffServ Class\fP"
 Match the DiffServ class. This value may be any of the




More information about the netfilter-cvslog mailing list