netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH libnftnl v4 0/2] add ct expectation support
@ 2019-05-31 16:51 Stéphane Veyret
  2019-05-31 16:51 ` [PATCH libnftnl v4 1/2] src: " Stéphane Veyret
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Stéphane Veyret @ 2019-05-31 16:51 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Stéphane Veyret

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


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

end of thread, other threads:[~2019-06-19 11:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-31 16:51 [PATCH libnftnl v4 0/2] add ct expectation support Stéphane Veyret
2019-05-31 16:51 ` [PATCH libnftnl v4 1/2] src: " 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

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