netfilter: xtables: allow table definitions not backed by hook_ops
authorFlorian Westphal <fw@strlen.de>
Mon, 14 May 2018 21:46:54 +0000 (23:46 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 23 May 2018 07:14:05 +0000 (09:14 +0200)
commitba7d284a984d97d5dbc44ddbfd2216b58107a5ba
tree00d1147a0c14ad34367f87375e67f483e43140b0
parent1f55236bd8dde69d1860a30c50793fb28d8405ae
netfilter: xtables: allow table definitions not backed by hook_ops

The ip(6)tables nat table is currently receiving skbs from the netfilter
core, after a followup patch skbs will be coming from the netfilter nat
core instead, so the table is no longer backed by normal hook_ops.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/ipv4/netfilter/ip_tables.c
net/ipv6/netfilter/ip6_tables.c