commit | ba7d284a984d97d5dbc44ddbfd2216b58107a5ba | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Mon May 14 23:46:54 2018 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Wed May 23 09:14:05 2018 +0200 |
tree | 00d1147a0c14ad34367f87375e67f483e43140b0 | |
parent | 1f55236bd8dde69d1860a30c50793fb28d8405ae [diff] |
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>