netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Stéphane Veyret" <sveyret@gmail.com>
To: netfilter-devel@vger.kernel.org
Cc: "Stéphane Veyret" <sveyret@gmail.com>
Subject: [PATCH nftables v4 0/1] add ct expectation support
Date: Wed,  5 Jun 2019 11:28:17 +0200	[thread overview]
Message-ID: <20190605092818.13844-1-sveyret@gmail.com> (raw)

This is the nft part of the modification to add conntrack expectation support.
This is following the nf-next and libnftnl parts.

Stéphane Veyret (1):
  add ct expectations support

 doc/libnftables-json.adoc                     | 55 +++++++++++++++-
 doc/stateful-objects.txt                      | 49 +++++++++++++++
 include/linux/netfilter/nf_tables.h           | 14 ++++-
 include/rule.h                                | 10 +++
 src/evaluate.c                                |  4 ++
 src/json.c                                    | 11 ++++
 src/mnl.c                                     | 13 ++++
 src/netlink.c                                 | 12 ++++
 src/parser_bison.y                            | 62 ++++++++++++++++++-
 src/parser_json.c                             | 45 ++++++++++++++
 src/rule.c                                    | 35 +++++++++++
 src/scanner.l                                 |  1 +
 src/statement.c                               |  4 ++
 tests/py/ip/objects.t                         |  9 +++
 tests/py/ip/objects.t.payload                 |  4 ++
 tests/py/nft-test.py                          |  4 ++
 tests/shell/testcases/listing/0013objects_0   |  9 +++
 .../testcases/nft-f/0018ct_expectation_obj_0  | 18 ++++++
 18 files changed, 354 insertions(+), 5 deletions(-)
 create mode 100755 tests/shell/testcases/nft-f/0018ct_expectation_obj_0

-- 
2.21.0


             reply	other threads:[~2019-06-05  9:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-05  9:28 Stéphane Veyret [this message]
2019-06-05  9:28 ` [PATCH nftables v4 1/1] add ct expectations support Stéphane Veyret
2019-07-02 23:12   ` Pablo Neira Ayuso
2019-07-03 14:32     ` Stéphane Veyret
2019-07-04 18:48     ` Stéphane Veyret
2019-07-05 18:07       ` Pablo Neira Ayuso
2019-06-15 13:10 ` [PATCH nftables v4 0/1] add ct expectation support Stéphane Veyret

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=20190605092818.13844-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).