On Mon, Aug 17, 2015 at 02:24:20PM +0100, Patrick McHardy wrote: > On 17.08, Pablo Neira Ayuso wrote: > > index a99e6a9..cf4a1ce 100644 > > --- a/include/linux/netfilter/nf_tables.h > > +++ b/include/linux/netfilter/nf_tables.h > > @@ -936,6 +936,20 @@ enum nft_redir_attributes { > > #define NFTA_REDIR_MAX (__NFTA_REDIR_MAX - 1) > > > > /** > > + * enum nft_tee_attributes - nf_tables tee expression netlink attributes > > + * > > + * @NFTA_DUP_SREG_ADDR: source register of destination (NLA_U32: nft_registers) > > + * @NFTA_DUP_SREG_DEV: output interface name (NLA_U32: nft_register) > > + */ > > +enum nft_tee_attributes { > > Shouldn't these be called nft_dup_attributes? Yes, this is a leftover from previous kernel patches, will resync this headers and will push this into master after that is fixed. Thanks! -- 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