Jan Engelhardt wrote:
--- /dev/null +++ gitone/include/linux/netfilter/xt_tos.h @@ -0,0 +1,13 @@ +#ifndef _XT_TOS_MATCH_H +#define _XT_TOS_MATCH_H + +struct xt_tos_info { + u_int8_t tos; + u_int8_t invert; +};
I think this will break compatiblity on CRIS, which IIRC doesn't perform any alignment (XT_ALIGN becomes a NOP) and thus the structure size increases. I've already queued up the patch with some changes (capital letters removed from function names, keep ipt_TOS.h, Kbuild), could you send me a fix on top of that? I guess the options are to remove inversion or to introduce a new revision (or to convice me that I'm wrong :)) - 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