bugzilla-daemon at netfilter.org
2014-Jan-09 04:30 UTC
[Bug 884] New: the rule of TEE target with '--oif' option cannot be deleted.
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.
bugzilla-daemon at netfilter.org
2014-Jan-09 09:04 UTC
[Bug 884] the rule of TEE target with '--oif' option cannot be deleted.
https://bugzilla.netfilter.org/show_bug.cgi?id=884
fryasu at yahoo.co.jp changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #432|correction of the |This patch corrects the
description|'userspacesize' member in |'userspacesize'
member in
|TEE extension module. |TEE extension module.
--
Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
bugzilla-daemon at netfilter.org
2014-Jan-10 16:57 UTC
[Bug 884] the rule of TEE target with '--oif' option cannot be deleted.
https://bugzilla.netfilter.org/show_bug.cgi?id=884
Phil Oester <netfilter at linuxace.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |netfilter at linuxace.com
--- Comment #1 from Phil Oester <netfilter at linuxace.com> 2014-01-10
17:57:38 CET ---
Please send your patch to netfilter-devel at vger.kernel.org with your
signed-off-by, thanks!
--
Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
bugzilla-daemon at netfilter.org
2016-Jun-30 08:57 UTC
[Bug 884] the rule of TEE target with '--oif' option cannot be deleted.
https://bugzilla.netfilter.org/show_bug.cgi?id=884
Pablo Neira Ayuso <pablo at netfilter.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pablo at netfilter.org
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Pablo Neira Ayuso <pablo at netfilter.org> ---
Already fixed with:
commit df3741332d86629a8fdd267930e0a249803f6aa8
Author: Loganaden Velvindron <logan at elandsys.com>
Date: Sun Nov 9 06:15:05 2014 -0800
Closing.
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20160630/4844c30f/attachment-0001.html>
Possibly Parallel Threads
- [Bug 774] New: iptables-restore can't parses the quoted parameter correctly.
- [Bug 724] New: Iptables doesn't delete rules matching if target is RATEEST - patch attached
- [Bug 852] New: IPv6 TEE target sends packets to original IP address on wrong network device
- ipfw: did i forget anything?
- problem with nth patch, counter parameter...I think