From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pawel Sikora Subject: [PATCH] Warning: "nd_tbl" [net/ipv6/netfilter/ip6t_ROUTE.ko] undefined! Date: Fri, 22 Apr 2005 13:31:27 +0200 Message-ID: <200504221331.27454.pluto@pld-linux.org> Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_PCOaCbIMaM+6wx1" Return-path: To: Netfilter Developers 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 --Boundary-00=_PCOaCbIMaM+6wx1 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, Please apply attached patch. Regards, Pawel. -- /* Copyright (C) 2003, SCO, Inc. This is valuable Intellectual Property. */ #define say(x) lie(x) --Boundary-00=_PCOaCbIMaM+6wx1 Content-Type: text/x-diff; charset="utf-8"; name="nd_tbl.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="nd_tbl.patch" Warning: "nd_tbl" [net/ipv6/netfilter/ip6t_ROUTE.ko] undefined! --- a/net/ipv6/ipv6_syms.c 2005-04-22 13:18:01.000000000 +0200 +++ b/net/ipv6/ipv6_syms.c 2005-04-22 13:21:28.000000000 +0200 @@ -36,6 +36,7 @@ #ifdef CONFIG_XFRM EXPORT_SYMBOL(xfrm6_rcv); #endif +EXPORT_SYMBOL(nd_tbl); EXPORT_SYMBOL(rt6_lookup); EXPORT_SYMBOL(fl6_sock_lookup); EXPORT_SYMBOL(ipv6_push_nfrag_opts); --Boundary-00=_PCOaCbIMaM+6wx1--