]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependency
authorPablo Neira Ayuso <pablo@netfilter.org>
Fri, 11 Feb 2022 23:44:11 +0000 (00:44 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sun, 13 Feb 2022 22:55:48 +0000 (23:55 +0100)
commit2c7be9681860e4d9b32187588b395f9609d39cc0
tree9b7969decd05ee2da17bc680ec73009c8a510880
parent8612178f7c0aeb50193e2f0c26307ab7e1ae9349
netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependency

nf_defrag_ipv6_disable() requires CONFIG_IP6_NF_IPTABLES.

Fixes: 04f3904d09f5 ("netfilter: xt_socket: fix a typo in socket_mt_destroy()")
Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Eric Dumazet<edumazet@google.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/xt_socket.c