On Wednesday 2012-09-19 17:38, Jesper Dangaard Brouer wrote: >> +++ b/include/linux/netfilter/x_tables.h >> @@ -216,6 +216,9 @@ struct xt_action_param { >> const void *matchinfo, *targinfo; >> }; >> const struct net_device *in, *out; >> +#ifdef CONFIG_NETFILTER_XTABLES_CACHE >> + u_int32_t cache; >> +#endif > > Perhaps we should add it, that the end of the struct, to avoid too big ABI > breakage. It makes no difference where it is added. The ABI changes either way. -- 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