netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH nftables v4 0/1] add ct expectation support
@ 2019-06-05  9:28 Stéphane Veyret
  2019-06-05  9:28 ` [PATCH nftables v4 1/1] add ct expectations support Stéphane Veyret
  2019-06-15 13:10 ` [PATCH nftables v4 0/1] add ct expectation support Stéphane Veyret
  0 siblings, 2 replies; 7+ messages in thread
From: Stéphane Veyret @ 2019-06-05  9:28 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Stéphane Veyret

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-07-05 18:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-05  9:28 [PATCH nftables v4 0/1] add ct expectation support Stéphane Veyret
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

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