bugzilla-daemon@bugzilla.netfilter.org
2006-Jul-03 22:58 UTC
[Bug 490] New: ROUTE extension module unusable since 2.6.16
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=490
Summary: ROUTE extension module unusable since 2.6.16
Product: netfilter/iptables
Version: patch-o-matic-ng
Platform: i386
OS/Version: Debian GNU/Linux
Status: NEW
Severity: normal
Priority: P2
Component: ip_tables (kernel)
AssignedTo: laforge@netfilter.org
ReportedBy: jckn@gmx.net
While the module can still be patched into the kernel and compilation runs
fine, I cannot create any rule that uses it:
(example with minimal number of arguments)
root@hejre:/var/log# iptables -t mangle -A POSTROUTING -j ROUTE --oif ppp1 --
continue
iptables: Invalid argument
root@hejre:/var/log# dmesg | tail -10
[unrelated output stripped]
ip_tables: ROUTE target: invalid size 0 != 40
root@hejre:/var/log#
I'd investigate closer, but I don't know where I should start looking...
it
seems ipt_ROUTE lost step with the netfilter-kernel-code reorganisation. Kernel
versions prior to 2.6.16 work flawlessly.
--
Configure bugmail:
https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Reasonably Related Threads
- [Bug 490] ROUTE extension module unusable since 2.6.16
- Controlling Outbound traffic...alternative to dsl_qos_queue
- [Bug 623] New: ipt_ROUTE incompatible with linux >= 2.6.31
- [Bug 1221] New: "fib" produces strange results with an IPv6 default route
- [Bug 1761] New: nft_fib checks only the main route table when iif is a slave of a master vrf interface
