netfilter: xt_TPROXY: undefined reference to `udp6_lib_lookup'
authorPablo Neira Ayuso <pablo@netfilter.org>
Sun, 7 Sep 2014 15:20:27 +0000 (17:20 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sun, 7 Sep 2014 15:25:16 +0000 (17:25 +0200)
commit679ab4ddbdfab8af39104e63819db71f428aefd9
treed6dbd91d808b044424d741eeecc5f92430f7c9b8
parentcbb8125eb40b05f96d557b2705ee641873eb30b0
netfilter: xt_TPROXY: undefined reference to `udp6_lib_lookup'

CONFIG_IPV6=m
CONFIG_NETFILTER_XT_TARGET_TPROXY=y

   net/built-in.o: In function `nf_tproxy_get_sock_v6.constprop.11':
>> xt_TPROXY.c:(.text+0x583a1): undefined reference to `udp6_lib_lookup'
   net/built-in.o: In function `tproxy_tg_init':
>> xt_TPROXY.c:(.init.text+0x1dc3): undefined reference to `nf_defrag_ipv6_enable'

This fix is similar to 1a5bbfc ("netfilter: Fix build errors with
xt_socket.c").

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/Kconfig
This page took 0.025251 seconds and 5 git commands to generate.