netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Patrick McHardy <kaber@trash.net>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH nft,next-4.2] src: add netdev family support
Date: Tue, 16 Jun 2015 18:01:26 +0200	[thread overview]
Message-ID: <20150616160126.GB7067@salvia> (raw)
In-Reply-To: <20150616154235.GK20951@acer.localdomain>

On Tue, Jun 16, 2015 at 05:42:35PM +0200, Patrick McHardy wrote:
> On 16.06, Pablo Neira Ayuso wrote:
> > This patch adds support for the new 'netdev' table. So far, this table allows
> > you to create filter chains from ingress.
> > 
> > The following example shows a very simple base configuration with one table that
> > contains a basechain that is attached to the 'eth0':
> > 
> >  # nft list table netdev filter
> >  table netdev filter {
> >         chain eth0-ingress {
> >                 type filter hook ingress priority 0; device eth0; policy accept;
> 
> Just a minor thing, but my idea was rather
> 
> 		type filter hook ingress device eth0 priority 0;
> 
> IOW really have the device be part of the hook specification, not just a
> chain property, since it really is just that.

OK, will send another version of this patch.

      reply	other threads:[~2015-06-16 15:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-16 15:31 [PATCH nft,next-4.2] src: add netdev family support Pablo Neira Ayuso
2015-06-16 15:42 ` Patrick McHardy
2015-06-16 16:01   ` 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=20150616160126.GB7067@salvia \
    --to=pablo@netfilter.org \
    --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).