commit | 84fba05511c8e0e1a6e6c8ec2c3c85616c39a8c1 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Wed Mar 08 16:48:43 2017 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Mar 13 13:42:00 2017 +0100 |
tree | f466214811e3a0002a7ca3e4b23a8f1d5c43f72f | |
parent | c1183db8853d14df390748aa6baa69734db151aa [diff] |
netfilter: provide nft_ctx in object init function this is needed by the upcoming ct helper object type -- we'd like to be able use the table family (ip, ip6, inet) to figure out which helper has to be requested. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>