From: "Stéphane Veyret" <sveyret@gmail.com>
To: netfilter-devel@vger.kernel.org
Cc: "Stéphane Veyret" <sveyret@gmail.com>
Subject: [PATCH libnftnl v4 0/2] add ct expectation support
Date: Fri, 31 May 2019 18:51:43 +0200 [thread overview]
Message-ID: <20190531165145.12123-1-sveyret@gmail.com> (raw)
Please find here the second part of the ct expectation support.
When needed, please ask me for the third part: nft patch.
Stéphane Veyret (2):
src: add ct expectation support
examples: add ct expectation examples
examples/Makefile.am | 16 ++
examples/nft-ct-expectation-add.c | 153 ++++++++++++++++++
examples/nft-ct-expectation-del.c | 126 +++++++++++++++
examples/nft-ct-expectation-get.c | 142 +++++++++++++++++
examples/nft-rule-ct-expectation-add.c | 163 +++++++++++++++++++
include/libnftnl/object.h | 8 +
include/linux/netfilter/nf_tables.h | 14 +-
include/obj.h | 8 +
src/Makefile.am | 1 +
src/obj/ct_expect.c | 213 +++++++++++++++++++++++++
src/object.c | 1 +
11 files changed, 844 insertions(+), 1 deletion(-)
create mode 100644 examples/nft-ct-expectation-add.c
create mode 100644 examples/nft-ct-expectation-del.c
create mode 100644 examples/nft-ct-expectation-get.c
create mode 100644 examples/nft-rule-ct-expectation-add.c
create mode 100644 src/obj/ct_expect.c
--
2.21.0
next reply other threads:[~2019-05-31 16:53 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-31 16:51 Stéphane Veyret [this message]
2019-05-31 16:51 ` [PATCH libnftnl v4 1/2] src: add ct expectation support Stéphane Veyret
2019-05-31 16:51 ` [PATCH libnftnl v4 2/2] examples: add ct expectation examples Stéphane Veyret
2019-06-05 5:54 ` [PATCH libnftnl v4 0/2] add ct expectation support Stéphane Veyret
2019-06-05 8:35 ` Pablo Neira Ayuso
2019-06-05 9:33 ` Stéphane Veyret
2019-06-19 11:10 ` 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=20190531165145.12123-1-sveyret@gmail.com \
--to=sveyret@gmail.com \
--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).