Bug 178611

Summary: iptables completely busted
Product: [Fedora] Fedora Reporter: Marc Maurer <uwog>
Component: iptablesAssignee: Thomas Woerner <twoerner>
Status: CLOSED DUPLICATE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: kajtzu
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: 2006-01-24 11:45:55 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 Marc Maurer 2006-01-22 13:18:30 UTC
Description of problem:

Well, basically iptables does nothing anymore. For example:

  [root@5571fd2b ~]# iptables -t mangle -F
  iptables: Too many levels of symbolic link

or 

  Try `iptables -h' or 'iptables --help' for more information.
  [root@5571fd2b ~]# iptables -L
  ERROR: 0 not a valid target)
  Aborted

This with a ruleset that I've used for around 4 years now :)

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

iptables-1.3.4-2.1

How reproducible:

Always

Steps to Reproduce:
1. "iptables -t mangle -F" for example
  
Actual results:

The "iptables: Too many levels of symbolic links" error, or the "ERROR: 0 not a
valid target)" error.

Expected results:

In case of this example, flush the mangle table

Comment 1 Thomas Woerner 2006-01-24 11:45:55 UTC

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