All of lore.kernel.org
 help / color / mirror / Atom feed
From: Florian Westphal <fw@strlen.de>
To: <netfilter-devel@vger.kernel.org>
Subject: [PATCH libnftnl 0/2] add backend support to define ct helpers
Date: Tue, 14 Mar 2017 20:53:59 +0100	[thread overview]
Message-ID: <20170314195401.1334-1-fw@strlen.de> (raw)

This adds libnftnl support to define connection tracking helpers.
Frontend (nft) support will follow soon.

 include/libnftnl/object.h           |   10 +
 include/linux/netfilter/nf_tables.h |   12 +-
 include/obj.h                       |    6 +
 src/Makefile.am                     |    1 
 src/libnftnl.map                    |    4 
 src/obj/ct_helper.c                 |  210 ++++++++++++++++++++++++++++++++++++
 src/object.c                        |   29 ++++
 7 files changed, 270 insertions(+), 2 deletions(-)


             reply	other threads:[~2017-03-14 19:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-14 19:53 Florian Westphal [this message]
2017-03-14 19:54 ` [PATCH libnftnl 1/2] object: extend set/get api for u8/u16 types Florian Westphal
2017-03-14 19:54 ` [PATCH libnftnl 2/2] src: ct helper support Florian Westphal
2017-03-15 16:30 ` [PATCH libnftnl 0/2] add backend support to define ct helpers Pablo Neira Ayuso

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=20170314195401.1334-1-fw@strlen.de \
    --to=fw@strlen.de \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.