netfilter: ipv6: Fix undefined symbol nf_ct_frag6_gather
authorwenxu <wenxu@ucloud.cn>
Sun, 2 Jun 2019 13:49:26 +0000 (21:49 +0800)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 6 Jun 2019 09:52:59 +0000 (11:52 +0200)
commit16e6427c88c5b7e7b6612f6c286d5f71d659e5be
tree86956069aa6f91fd8d0ae777c95353c15bc7c7fb
parent8b5e07d7ee95e3c22cb301731f87d95f58639591
netfilter: ipv6: Fix undefined symbol nf_ct_frag6_gather

CONFIG_NETFILTER=m and CONFIG_NF_DEFRAG_IPV6 is not set

ERROR: "nf_ct_frag6_gather" [net/ipv6/ipv6.ko] undefined!

Fixes: c9bb6165a16e ("netfilter: nf_conntrack_bridge: fix CONFIG_IPV6=y")
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: wenxu <wenxu@ucloud.cn>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/ipv6/netfilter.c