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)
commit2874b7911132f6975e668f6849c8ac93bc4e1f35
tree9b7969decd05ee2da17bc680ec73009c8a510880
parent143de8d97d79316590475dc2a84513c63c863ddf
netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependency

nf_defrag_ipv6_disable() requires CONFIG_IP6_NF_IPTABLES.

Fixes: 75063c9294fb ("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