bugzilla-daemon at bugzilla.netfilter.org
2009-Nov-28 22:39 UTC
[Bug 623] New: ipt_ROUTE incompatible with linux >= 2.6.31
http://bugzilla.netfilter.org/show_bug.cgi?id=623 Summary: ipt_ROUTE incompatible with linux >= 2.6.31 Product: netfilter/iptables Version: patch-o-matic-ng Platform: All OS/Version: All Status: NEW Severity: minor Priority: P4 Component: netfilter hooks AssignedTo: laforge at netfilter.org ReportedBy: bencoh at via.ecp.fr CC: bencoh at via.ecp.fr The kernel won't build if patched with pom-ng/ROUTE and the ROUTE target enabled (ipv4 or ipv6). The problem comes from changes to the kernel sk_buff struct [1], which has been released with version 2.6.31. Build errors (for the ipv4 ipt_ROUTE module) : net/ipv4/netfilter/ipt_ROUTE.c: In function ?route?: net/ipv4/netfilter/ipt_ROUTE.c:113: error: ?struct sk_buff? has no member named ?dst? net/ipv4/netfilter/ipt_ROUTE.c:114: error: ?struct sk_buff? has no member named ?dst? net/ipv4/netfilter/ipt_ROUTE.c:119: error: ?struct sk_buff? has no member named ?dst? net/ipv4/netfilter/ipt_ROUTE.c:120: error: ?struct sk_buff? has no member named ?dst? net/ipv4/netfilter/ipt_ROUTE.c: In function ?ip_direct_send?: net/ipv4/netfilter/ipt_ROUTE.c:145: error: ?struct sk_buff? has no member named ?dst? net/ipv4/netfilter/ipt_ROUTE.c: In function ?route_iif?: net/ipv4/netfilter/ipt_ROUTE.c:291: error: ?struct sk_buff? has no member named ?dst? net/ipv4/netfilter/ipt_ROUTE.c:292: error: ?struct sk_buff? has no member named ?dst? net/ipv4/netfilter/ipt_ROUTE.c: In function ?target?: net/ipv4/netfilter/ipt_ROUTE.c:425: error: ?struct sk_buff? has no member named ?dst? net/ipv4/netfilter/ipt_ROUTE.c:426: error: ?struct sk_buff? has no member named ?dst? [1] http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.31.y.git;a=commit;h=adf30907d63893e4208dfe3f5c88ae12bc2f25d5 -- bencoh -- 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.
bugzilla-daemon at bugzilla.netfilter.org
2009-Nov-28 22:48 UTC
[Bug 623] ipt_ROUTE incompatible with linux >= 2.6.31
http://bugzilla.netfilter.org/show_bug.cgi?id=623 ------- Comment #1 from bencoh at via.ecp.fr 2009-11-28 23:48 ------- Created an attachment (id=316) --> (http://bugzilla.netfilter.org/attachment.cgi?id=316&action=view) Fix This patch should solves the issue (kernel built, not tested) -- 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.
bugzilla-daemon at bugzilla.netfilter.org
2009-Nov-29 19:45 UTC
[Bug 623] ipt_ROUTE incompatible with linux >= 2.6.31
http://bugzilla.netfilter.org/show_bug.cgi?id=623 jengelh at medozas.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Comment #2 from jengelh at medozas.de 2009-11-29 20:45 ------- There is zero need for ipt_ROUTE. Use iproute2. -- 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.
bugzilla-daemon at bugzilla.netfilter.org
2009-Nov-29 19:47 UTC
[Bug 623] ipt_ROUTE incompatible with linux >= 2.6.31
http://bugzilla.netfilter.org/show_bug.cgi?id=623 jengelh at medozas.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #3 from jengelh at medozas.de 2009-11-29 20:47 ------- patch-o-matic's extensions are also long obsolete. -- 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.
Possibly Parallel Threads
- [Bug 713] New: CPPFLAGS are mishandled which breaks non-shared targets
- [Bug 720] New: iptables no longer compiles for Linux 2.4 because it uses linux/magic.h
- [Bug 732] New: Iptables 1.4.11 or 1.4.12 does not compile on CentOS 5.6
- [Bug 727] New: Open your firewall by a simple typo
- [Bug 707] New: Trivial SNAT manpage error