Bug 45632

Summary: iptables-save: another incorrectly saved rule
Product: [Retired] Red Hat Linux Reporter: Gerald Teschl <gt>
Component: iptablesAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: high Docs Contact:
Priority: medium    
Version: 7.1CC: bugs.michael
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-06-26 11:16:29 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
iptables 1.2.2 patch for current Rawhide package
none
changed spec file none

Description Gerald Teschl 2001-06-24 12:06:34 UTC
The rule
	iptables -A INPUT -p tcp -j REJECT --reject-with tcp-reset
is saved as
	-A INPUT -p tcp -j REJECT --reject-with reject-with
rather than
	-A INPUT -p tcp -j REJECT --reject-with tcp-reset 

Please fix.

Comment 1 Michael Schwendt 2001-06-25 13:33:10 UTC
Wrong component: "ipchains". Please fix.


Comment 2 Michael Schwendt 2001-06-26 10:43:56 UTC
FWIW, from iptables 1.2.2's KNOWN_BUGS file:

Known bugs with the 2.4.0 kernel:

4) iptables-restore and -save still have problems. Sorry.


Comment 3 Mike A. Harris 2001-06-26 11:04:57 UTC
Wrong package owner.

Comment 4 Michael Schwendt 2001-06-26 11:15:32 UTC
Created attachment 21846 [details]
iptables 1.2.2 patch for current Rawhide package

Comment 5 Michael Schwendt 2001-06-26 11:16:25 UTC
Created attachment 21847 [details]
changed spec file

Comment 6 Bernhard Rosenkraenzer 2001-06-26 11:24:07 UTC
Thanks, added in 1.2.2-2


Comment 7 Bernhard Rosenkraenzer 2001-08-23 06:14:05 UTC
*** Bug 52251 has been marked as a duplicate of this bug. ***