]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7cfe996c70e898dc93ac250ae02419353099fe03
tree00d1147a0c14ad34367f87375e67f483e43140b0
parentbc0a5a166cc0d7ad636b41e93df06649c1825e4a
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