netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH nf-next 0/2] netfilter: helper set support
@ 2017-03-08 15:48 Florian Westphal
  2017-03-08 15:48 ` [PATCH nf-next 1/2] netfilter: provide nft_ctxc in object init function Florian Westphal
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Florian Westphal @ 2017-03-08 15:48 UTC (permalink / raw)
  To: netfilter-devel

This adds support to set the conntrack helper from nftables, using
nft set ct helper "foo" syntax.

Helpers are defined through the objref infrastructure.

Open question: should NFT_MSG_GETOBJ_RESET get rejected for this new type?

A future patch could extend the attributes so we can also handle module
specific settings, such as ftp loose mode, or configure the number of
allowed expectations.

 include/net/netfilter/nf_tables.h        |    3 ++-
 include/net/netfilter/nf_tables.h        |    3 
 include/uapi/linux/netfilter/nf_tables.h |   12 +-
 net/netfilter/nf_tables_api.c            |    7 -
 net/netfilter/nft_counter.c              |    3 
 net/netfilter/nft_ct.c                   |  171 +++++++++++++++++++++++++++++++
 net/netfilter/nft_quota.c                |    3 
 6 files changed, 192 insertions(+), 7 deletions(-)

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

end of thread, other threads:[~2017-03-13 12:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-08 15:48 [PATCH nf-next 0/2] netfilter: helper set support Florian Westphal
2017-03-08 15:48 ` [PATCH nf-next 1/2] netfilter: provide nft_ctxc in object init function Florian Westphal
2017-03-08 15:48 ` [PATCH nf-next 2/2] netfilter: nft_ct: add helper set support Florian Westphal
2017-03-08 16:22 ` [PATCH nf-next 0/2] netfilter: " Pablo Neira Ayuso
2017-03-13 12:43 ` 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).