Bug 55124

Summary: iptables will not accept a rule with a numeric TOS set
Product: [Retired] Red Hat Linux Reporter: Tom Diehl <me>
Component: iptablesAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2CC: liblit
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-10-26 08:02:13 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 Flags
patch none

Description Tom Diehl 2001-10-25 20:51:48 UTC
Description of Problem:If the TOS is set to say 8 iptables complains that 
this is not valid. Set it to Maximize-Throughput and the rule will load.
The man page and iptables -j TOS -h indicate the following:
TOS target v1.2.3 options:
  --set-tos value                   Set Type of Service field to one of 
the
                                following numeric or descriptive values:
                                     Minimize-Delay 16 (0x10)
                                     Maximize-Throughput 8 (0x08)
                                     Maximize-Reliability 4 (0x04)
                                     Minimize-Cost 2 (0x02)
                                     Normal-Service 0 (0x00)


Version-Release number of selected component (if applicable):


How Reproducible:Every time


Steps to Reproduce:
1. Load a rule with --set-tos set to a numeric value.
2. this used to work under iptables rules loaded on a 7.0 system.
3. IIRC iptables did not come with 7.0. I got the rpms for 7.0 directly 
from the netfilter web site. the man page still indicates what I am doing 
is valid.

Actual Results:Iptables complains that the numeric values (I tried them 
all just for giggles) are invalid. the descriptive values appear to work.


Expected Results:The rule should load without error


Additional Information:FYI: I entered bug 55123 which is the same type of 
problem but related to logging level.

Comment 1 Michael Schwendt 2001-10-26 05:58:44 UTC
Same here as with bug #55123. Fixed with iptables-1.2.4.


Comment 2 Michael Schwendt 2001-10-26 05:59:08 UTC
Created attachment 35162 [details]
patch

Comment 3 Michael Schwendt 2001-10-26 06:23:37 UTC
Btw, also covered in bug #54280 with a longer patch which patches the IPv6
files, too.

Comment 4 Ben Liblit 2001-10-26 08:02:08 UTC
Note that "iptables-save" uses hex constants (0x10, for example) when writing
out /etc/sysconfig/iptables, so anyone who uses "service iptables save" with
--set-tos rules will run into this bug.

Comment 5 Bernhard Rosenkraenzer 2001-10-30 11:53:14 UTC

*** This bug has been marked as a duplicate of 54280 ***