>idoru:~# iptables -I INETIN -p icmp --icmp-type 8 -m limit --limit >1/sec --limit-burst 5 -j ACCEPT >iptables: Invalid argument > >And in the kernel messages (dmesg) appears this: > >ip_tables: limit match: invalid size 40 != 32 > >This is on a Debian (etch) mips (SGI O2) machine, exactly the same >command on another Debian (etch) machine (x86) gives no problem. According to git, requires kernel 2.6.19-rc1 as minimum. -- 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