All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libnftnl 0/2] add backend support to define ct helpers
@ 2017-03-14 19:53 Florian Westphal
  2017-03-14 19:54 ` [PATCH libnftnl 1/2] object: extend set/get api for u8/u16 types Florian Westphal
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Florian Westphal @ 2017-03-14 19:53 UTC (permalink / raw)
  To: netfilter-devel

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


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

end of thread, other threads:[~2017-03-15 16:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-14 19:53 [PATCH libnftnl 0/2] add backend support to define ct helpers Florian Westphal
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

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.