Bug 96936

Summary: iptables -L does not show interface option
Product: [Retired] Red Hat Linux Reporter: Need Real Name <achim.gaedke>
Component: iptablesAssignee: wdovlrrw <brosenkr>
Status: CLOSED NOTABUG QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-06-06 20:41: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:

Description Need Real Name 2003-06-06 18:29:33 UTC
From Bugzilla Helper:
User-Agent: Opera/7.11 (Linux 2.4.20-18.8 i686; U)  [en]

Description of problem:
iptables -L does not state the interface connected to a rule

Version-Release number of selected component (if applicable):
iptables-1.2.6a-2

How reproducible:
Always

Steps to Reproduce:
1. Add a rule with -i lo
iptables -A INPUT -p tcp -i lo -j ACCEPT

2. show this rule
iptables -L INPUT
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         
RH-Lokkit-0-50-INPUT  all  --  anywhere             anywhere           
ACCEPT     tcp  --  anywhere             anywhere           

3. ok, just remove it...
iptables -D INPUT 2


Expected Results:  I'd like to see this parameter -i lo
Some lines are now quite confusing, lokkit creates a rule with

iptables -A RH-Lokkit-0-50-INPUT -i lo -j ACCEPT

and its iptables output is:

ACCEPT     all  --  anywhere             anywhere

Confusing?!


Additional info:

Comment 1 Need Real Name 2003-06-06 20:41:13 UTC
Sorry, now read the complete manpage!!!!