From dcfd0a487fc622c76feedeeae2c2bd985cd7e19f Mon Sep 17 00:00:00 2001 From: zhangxiliang Date: Wed, 29 Aug 2007 20:05:57 +0000 Subject: Fix dscp match manpage (zhangxiliang ) 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. --- extensions/libipt_dscp.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libipt_dscp.man') diff --git a/extensions/libipt_dscp.man b/extensions/libipt_dscp.man index 4a842101..cb0b6f34 100644 --- a/extensions/libipt_dscp.man +++ b/extensions/libipt_dscp.man @@ -2,7 +2,7 @@ This module matches the 6 bit DSCP field within the TOS field in the 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 -- cgit v1.2.3