On Thu, Mar 26, 2015 at 05:33:29AM -0400, Zhang Chunyu wrote: > --- > arptables.c | 2 ++ > extensions/arpt_CLASSIFY.c | 1 + > extensions/arpt_mangle.c | 1 + > extensions/arpt_standard.c | 1 + > include/arptables.h | 6 ++++++ > include/linux/netfilter_arp/arp_tables.h | 3 ++- > 6 files changed, 13 insertions(+), 1 deletion(-) > [...] > diff --git a/include/linux/netfilter_arp/arp_tables.h b/include/linux/netfilter_arp/arp_tables.h > index 0acda66..0bf2457 100644 > --- a/include/linux/netfilter_arp/arp_tables.h > +++ b/include/linux/netfilter_arp/arp_tables.h > @@ -19,7 +19,7 @@ > > #include <linux/netfilter_arp.h> > > -#define ARPT_FUNCTION_MAXNAMELEN 30 > +#define ARPT_FUNCTION_MAXNAMELEN 29 > #define ARPT_TABLE_MAXNAMELEN 32 > > #define ARPT_DEV_ADDR_LEN_MAX 16 > @@ -69,6 +69,7 @@ struct arpt_entry_target > > /* Used by userspace */ > char name[ARPT_FUNCTION_MAXNAMELEN]; > + u_int8_t revision; > } user; > struct { > u_int16_t target_size; Could you also resubmit the kernel patch to adds this? Please, no need to resend the full userspace series, just send the kernel patch as a follow up. -- 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