Hi, I'm running Linux 2.6.32.2 mips64 with 32bit userland iptables-1.4.18. When installing a second limit filter rule the kernel complains with: ip_tables: limit match: invalid size 40 != 48 It does not matter if this second limit rule is on the same or on a different chain. Other targets/rules/matches are just fine. Using GDB I examined the replacement buffer sent back using setsockopt and as far as I can see all the match elements have the correct size of 40. I'm a bit of a noob on the netfilter kernelside so I'm calling on the developers community for help.. I suspect something's going wrong in the match->compat_from_user(). I can't imagine being the only one with this problem. I am aware I'm running a bit of an outdated kernel, but upgrading is not an option. It'd be ideal if someone could point me to an existing patch solving this problem, but if not I'd appreciate pointers to where start looking. Thanks, Ronny. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html