From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Patrick McHardy <kaber@trash.net>
Cc: netfilter-devel@vger.kernel.org, fw@strlen.de
Subject: Re: [PATCH libnftnl 1/3] expr: add dup expression support
Date: Mon, 17 Aug 2015 17:18:23 +0200 [thread overview]
Message-ID: <20150817151823.GA4209@salvia> (raw)
In-Reply-To: <20150817132417.GA7964@macbook.localdomain>
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!
prev parent reply other threads:[~2015-08-17 15:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-17 2:24 [PATCH libnftnl 1/3] expr: add dup expression support Pablo Neira Ayuso
2015-08-17 2:24 ` [PATCH libnftnl 2/3] expr: limit: add burst attribute Pablo Neira Ayuso
2015-08-17 2:24 ` [PATCH libnftnl 3/3] expr: limit: add per-byte limiting support Pablo Neira Ayuso
2015-08-17 13:24 ` [PATCH libnftnl 1/3] expr: add dup expression support Patrick McHardy
2015-08-17 15:18 ` Pablo Neira Ayuso [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150817151823.GA4209@salvia \
--to=pablo@netfilter.org \
--cc=fw@strlen.de \
--cc=kaber@trash.net \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).