Searched hist:d4fb1f954fc7e2044b64b7d690400b99a6d5775c (Results 1 – 1 of 1) sorted by relevance
/linux/net/netfilter/ |
H A D | Kconfig | diff d4fb1f954fc7e2044b64b7d690400b99a6d5775c Tue Jun 08 22:53:22 CEST 2021 Florian Westphal <fw@strlen.de> netfilter: nfnetlink_hook: add depends-on nftables
nfnetlink_hook.c: In function 'nfnl_hook_put_nft_chain_info': nfnetlink_hook.c:76:7: error: implicit declaration of 'nft_is_active'
This macro is only defined when NF_TABLES is enabled. While its possible to also add an ifdef-guard, the infrastructure is currently not useful without nf_tables.
Reported-by: kernel test robot <lkp@intel.com> Fixes: 252956528caa ("netfilter: add new hook nfnl subsystem") Suggested-by: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
|