Bug 455197

Summary: iptables-restore fails
Product: [Fedora] Fedora Reporter: Jerry Vonau <jvonau3>
Component: iptablesAssignee: Thomas Woerner <twoerner>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 9CC: fedora, tis
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: 2009-02-17 12:59:48 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 Jerry Vonau 2008-07-13 22:19:08 UTC
Description of problem:
-A loc2fw -p 6 --dport 8080 -m conntrack --ctorigdst ! 10.3.0.10 -j ACCEPT
fails with:
iptables-restore v1.4.1.1: host/network `!' not found
Try `iptables-restore -h' or 'iptables-restore --help' for more 
information.

Version-Release number of selected component (if applicable):
libnetfilter_conntrack-0.0.89-0.1.svn7356.fc9.i386

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Paul P Komkoff Jr 2008-08-01 18:46:46 UTC
iptables has nothing to do with libnetfilter_conntrack.

Comment 2 Thomas Woerner 2009-02-17 12:59:48 UTC
Please have a look at the man page. The syntax of the ctorigdst option is:
  [!] --ctorigdst address[/mask]

Closing as NOT A BUG.