[Bug 884] New: the rule of TEE target with '--oif' option cannot be deleted.

bugzilla-daemon at netfilter.org bugzilla-daemon at netfilter.org
Thu Jan 9 05:30:59 CET 2014


https://bugzilla.netfilter.org/show_bug.cgi?id=884

           Summary: the rule of TEE target with '--oif' option cannot be
                    deleted.
           Product: iptables
           Version: 1.4.x
          Platform: i386
        OS/Version: Fedora
            Status: NEW
          Severity: minor
          Priority: P5
         Component: iptables
        AssignedTo: netfilter-buglog at lists.netfilter.org
        ReportedBy: fryasu at yahoo.co.jp
   Estimated Hours: 0.0


Created attachment 432
  --> https://bugzilla.netfilter.org/attachment.cgi?id=432
correction of the 'userspacesize' member in TEE extension module.

The rule having TEE target with '--oif' option cannot be deleted by iptables
command.

  $ iptables -I INPUT -i foo -j TEE --gateway x.x.x.x --oif bar
  $ iptables -D INPUT -i foo -j TEE --gateway x.x.x.x --oif bar
  iptables: No chain/target/match by that name.

This seems the simple bug that struct size of kernel private is not trimmed.
I tried to make the simple patch. If this patch become to help to you even a
little,
I'm happy.

regards,

-- 
Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the netfilter-buglog mailing list