I'm working with an embedded system with the 2.6.19.2 kernel. I'd prefer not to upgrade the kernel at this time, but need features of the latest versions of iproute and iptables. I built iptables-1.4.1.1 and iproute2-2.6.26 for this kernel. Everything seems to work except the following: iptables -t mangle -A PREROUTING -p udp --sport 6970 -m statistic --mode nth --every 2 --packet 0 -j MARK --set-mark 1 It produces: iptables: No chain/target/match by that name I think it is not finding the statistic module. What am I doing wrong. -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html