Re: [netfilter-core] undefined reference to `ip_conntrack_untracked'

From: Patrick McHardy
Date: Tue Jun 29 2004 - 10:28:38 EST


Please try this patch.

Wichert Akkerman wrote:

(Not mailing this to netfilter-devel since it helpfully blocks posts
from non-subscribers)



Helpfully to subscribers ;)

Regards
Patrick

WHen trying to compile a 2.6.7 kernel I got the following:

net/built-in.o(.text+0x59781): In function `target':
: undefined reference to `ip_conntrack_untracked'
make: *** [.tmp_vmlinux1] Error 1

.config is below.

Wichert.



===== net/ipv4/netfilter/Kconfig 1.20 vs edited =====
--- 1.20/net/ipv4/netfilter/Kconfig 2004-03-30 06:24:39 +02:00
+++ edited/net/ipv4/netfilter/Kconfig 2004-06-29 17:25:55 +02:00
@@ -582,6 +582,7 @@
config IP_NF_TARGET_NOTRACK
tristate 'NOTRACK target support'
depends on IP_NF_RAW
+ depends on IP_NF_CONNTRACK
help
The NOTRACK target allows a select rule to specify
which packets *not* to enter the conntrack/NAT