From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH] netfilter: undefined reference to 'nf_conntrack_tstamp_*' Date: Thu, 20 Jan 2011 21:10:28 +0100 Message-ID: <4D3896B4.2050006@trash.net> References: <20110120191612.24205.73463.stgit@jf-dev1-dcblab> <4D389283.3040307@trash.net> <4D38958C.7090101@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: "netfilter-devel@vger.kernel.org" , "netdev@vger.kernel.org" , "pablo@netfilter.org" To: John Fastabend Return-path: Received: from stinky.trash.net ([213.144.137.162]:43802 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754120Ab1ATUKb (ORCPT ); Thu, 20 Jan 2011 15:10:31 -0500 In-Reply-To: <4D38958C.7090101@intel.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: Am 20.01.2011 21:05, schrieb John Fastabend: > On 1/20/2011 11:52 AM, Patrick McHardy wrote: >> Am 20.01.2011 20:16, schrieb John Fastabend: >>> net/built-in.o: In function `nf_conntrack_init_net': >>> net/netfilter/nf_conntrack_core.c:1521: >>> undefined reference to `nf_conntrack_tstamp_init' >>> net/netfilter/nf_conntrack_core.c:1531: >>> undefined reference to `nf_conntrack_tstamp_fini' >>> >>> Add 'selects' notation to Kconfig to include NF_CONNTRACK_TIMESTAMP >>> this resolves all the config files I tested. >> >> That's not the correct fix, NF_CONNTRACK_TIMESTAMP is supposed >> to be option. Please try whether this patch fixes the problem. >> > > You patch fixes this thanks! Thanks John!