From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [H.323 Helper 1/3]: Add support for Call Forwarding Date: Fri, 28 Apr 2006 17:13:52 +0200 Message-ID: <44523130.20007@trash.net> References: <444F7A3F.9080507@trash.net><444FA4A7.7060105@trash.net><444FD64F.5020002@trash.net> <44512214.9050703@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=gb18030 Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org Return-path: To: Jing Min Zhao In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Jing Min Zhao wrote: > Hi, Patrick, > > I applied your patch, it compiled ok, but there are some > linking warnings: > > WARNING: "free_fib_info" [net/ipv4/netfilter/ip_conntrack_h323.ko] undefined! > WARNING: "fib_lookup" [net/ipv4/netfilter/ip_conntrack_h323.ko] undefined! > WARNING: "fib_rule_put" [net/ipv4/netfilter/ip_conntrack_h323.ko] undefined! > > When I disabled IP: policy routing (CONFIG_IP_MULTIPLE_TABLES), I got > different warnings: > > WARNING: "ip_fib_main_table" [net/ipv4/netfilter/ip_conntrack_h323.ko] undefined! > WARNING: "ip_fib_local_table" [net/ipv4/netfilter/ip_conntrack_h323.ko] undefined! > WARNING: "free_fib_info" [net/ipv4/netfilter/ip_conntrack_h323.ko] undefined! Oops .. these aren't exported. Just drop the patch, I'll send you a better one this weekend.