[Bug 570] New: iptables save saves broken rules for -m owner

bugzilla-daemon at bugzilla.netfilter.org bugzilla-daemon at bugzilla.netfilter.org
Fri Jan 16 00:42:17 CET 2009


http://bugzilla.netfilter.org/show_bug.cgi?id=570

           Summary: iptables save saves broken rules for -m owner
           Product: iptables
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P1
         Component: iptables-save
        AssignedTo: laforge at netfilter.org
        ReportedBy: bircoph at gmail.com


In iptables-1.4.2 iptables-save produce broken output for -m owner (space is
missing). Example:
[0:0] -A OUTPUT -o ! lo -m owner --uid-owner65534 -j nobody
instead of
[0:0] -A OUTPUT -o ! lo -m owner --uid-owner 65534 -j nobody

This leads to failures while restoring rules.


-- 
Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the netfilter-buglog mailing list