Bug 250531
| Summary: | The "value" of "-m dscp -dscp" for iptables command can be set with [0~64] | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | zhangxiliang <zhangxiliang> | ||||
| Component: | iptables | Assignee: | Thomas Woerner <twoerner> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | |||||
| Severity: | high | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 5.0 | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-10-02 10:39:48 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
zhangxiliang
2007-08-02 01:56:36 UTC
Created attachment 160490 [details]
the patch to the iptables manpage for "--dscp"
Comment on attachment 160490 [details] the patch to the iptables manpage for "--dscp" >diff -ru iptables-1.3.5.org/extensions/libipt_dscp.man iptables-1.3.5/extensions/libipt_dscp.man >--- iptables-1.3.5.org/extensions/libipt_dscp.man 2007-08-01 20:29:03.000000000 +0800 >+++ iptables-1.3.5/extensions/libipt_dscp.man 2007-08-01 20:30:09.000000000 +0800 >@@ -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 |