I've come across an issue trying to install an ebtables rules in a 64bit mips kernel from 32bit userland ebtables. Linux kernel version 3.10.20 mips64 and ebtables mips32 version v2.0.10-4 (December 2011). when issuing following command: / # ebtables -A FORWARD -i eth0 --limit 10/s -j ACCEPT the kernel complains with: [ 320.376828] x_tables: eb_tables: limit.0 match: invalid size 32 (kernel) != (user) 24 My lame throw at this is to remove the xt_check_match from ebt_check_match and for me that works just fine, but I understand this is not the proper solution. Question is.. what would be the proper solution? In other words.. what exaclty is the bug here? Any insight is highly appreciated. 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