Bug 128901

Summary: /sbin/ifup out of sync with iptables firewall
Product: [Fedora] Fedora Reporter: Michal Jaegermann <michal>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED NOTABUG QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: rvokal
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: 2004-07-31 02:35:36 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:

Description Michal Jaegermann 2004-07-30 22:46:56 UTC
Description of problem:

/sbin/ifup has code fragments like that:

if iptables -L -n 2>/dev/null | LC_ALL=C grep -q RH-Lokkit-0-50-INPUT
; then
.....

and more of other "RH-Lokkit" specific pieces.  The catch is that
the current /etc/sysconfig/iptables defines "RH-Firewall-1-INPUT"
chain and there is no "RH-Lokkit" around anymore.  Leftovers from
old times?  DNS still happens to work even if there are no port
53 specific holes punched through.

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

Comment 1 Bill Nottingham 2004-07-31 02:35:36 UTC
It's for old compatiblity; it's not needed for the current firewall.