Bug 18816 - Error in ipchains-restore (ipchains-1.3.9)
Summary: Error in ipchains-restore (ipchains-1.3.9)
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: ipchains
Version: 6.2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-10-10 14:27 UTC by Marcel Telka
Modified: 2007-04-18 16:29 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-10-10 14:27:57 UTC
Embargoed:


Attachments (Terms of Use)

Description Marcel Telka 2000-10-10 14:27:53 UTC
ipchains-restore doesn't restoring rules with target RETURN. He wants
create new chain with name 'RETURN'. This error is in RHL 7.0 too
(probably).

--- ipchains-restore.orig	Wed Feb 16 21:58:13 2000
+++ ipchains-restore	Tue Oct 10 16:26:59 2000
@@ -48,6 +48,7 @@
 	if [ $EXPECT_CHAIN = 1 ]; then
 	    case "$arg"
 	    in
+		RETURN) ;;
 		REJECT) ;;
 		DENY) ;;
 		ACCEPT) ;;

Comment 1 Nalin Dahyabhai 2000-10-10 15:02:15 UTC
This will be fixed in 1.3.9-18.  Thanks!


Note You need to log in before you can comment on or make changes to this bug.