All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Warning: "nd_tbl" [net/ipv6/netfilter/ip6t_ROUTE.ko] undefined!
@ 2005-04-22 11:31 Pawel Sikora
  2005-04-22 11:59 ` YOSHIFUJI Hideaki / 吉藤英明
  0 siblings, 1 reply; 4+ messages in thread
From: Pawel Sikora @ 2005-04-22 11:31 UTC (permalink / raw)
  To: Netfilter Developers

[-- Attachment #1: Type: text/plain, Size: 182 bytes --]

Hi,

Please apply attached patch.

Regards,
Pawel.

-- 
/* Copyright (C) 2003, SCO, Inc. This is valuable Intellectual Property. */

                           #define say(x) lie(x)

[-- Attachment #2: nd_tbl.patch --]
[-- Type: text/x-diff, Size: 387 bytes --]

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);

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-04-22 15:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-22 11:31 [PATCH] Warning: "nd_tbl" [net/ipv6/netfilter/ip6t_ROUTE.ko] undefined! Pawel Sikora
2005-04-22 11:59 ` YOSHIFUJI Hideaki / 吉藤英明
2005-04-22 12:07   ` YOSHIFUJI Hideaki / 吉藤英明
2005-04-22 15:00     ` Pawel Sikora

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.