netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Seeking help for implementing CT HELPER in nftables
@ 2016-03-05 11:37 christophe leroy
  2016-03-07 13:20 ` Patrick McHardy
  0 siblings, 1 reply; 14+ messages in thread
From: christophe leroy @ 2016-03-05 11:37 UTC (permalink / raw)
  To: Pablo Neira Ayuso, Patrick McHardy; +Cc: netfilter-devel

Hello,

I'm trying to implement support for CT HELPERs in linux kernel for 
nftables and need some help/guidance.

The rule beeing 'udp dport tftp ct helper set "tftp"', I get 
nft_ct_set_init() called when I add the rule in the table output filter 
table.

I believe I have to call nf_ct_helper_ext_add() from nft_ct_set_init(), 
but for that I need the name of the helper that is to be set, ie 'tftp'.
How do I get the name of the requested helper in that function ? I 
suppose once I get it I can do the same as  xt_ct_set_helper() does.

Christophe

---
L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast.
https://www.avast.com/antivirus

--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2016-09-23 15:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-05 11:37 Seeking help for implementing CT HELPER in nftables christophe leroy
2016-03-07 13:20 ` Patrick McHardy
2016-03-08 23:25   ` Christophe Leroy
2016-04-12 13:40     ` Christophe Leroy
2016-04-12 13:51       ` Florian Westphal
2016-09-20 11:10         ` Christophe Leroy
2016-09-20 15:38           ` Florian Westphal
2016-09-23 10:45             ` Christophe Leroy
2016-09-23 14:24               ` Pablo Neira Ayuso
2016-09-23 14:31                 ` Florian Westphal
2016-09-23 14:48                 ` Christophe Leroy
2016-09-23 15:19                   ` Pablo Neira Ayuso
2016-09-23 15:29                     ` Christophe Leroy
2016-09-23 15:46                 ` Florian Westphal

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