* 2.5.61: ipv6 as module fails: xfrm6_get_type
@ 2003-02-15 3:29 Bob_Tracy(0000)
0 siblings, 0 replies; 2+ messages in thread
From: Bob_Tracy(0000) @ 2003-02-15 3:29 UTC (permalink / raw)
To: linux-kernel
xfrm6_get_type() is undefined when one tries to build 2.5.61 with
IPv6 configured as a module. CONFIG_IPV6=y builds fine.
--
-----------------------------------------------------------------------
Bob Tracy WTO + WIPO = DMCA? http://www.anti-dmca.org
rct@frus.com
-----------------------------------------------------------------------
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 2.5.61: ipv6 as module fails: xfrm6_get_type
@ 2003-02-15 7:51 Kunihiro Ishiguro
0 siblings, 0 replies; 2+ messages in thread
From: Kunihiro Ishiguro @ 2003-02-15 7:51 UTC (permalink / raw)
To: rct; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 161 bytes --]
>xfrm6_get_type() is undefined when one tries to build 2.5.61 with
>IPv6 configured as a module. CONFIG_IPV6=y builds fine.
Sorry. Please try attached patch.
[-- Attachment #2: ipv6-module.diff --]
[-- Type: application/octet-stream, Size: 445 bytes --]
--- net/ipv6/Makefile.orig 2003-02-14 23:43:31.000000000 -0800
+++ net/ipv6/Makefile 2003-02-14 23:43:39.000000000 -0800
@@ -8,8 +8,6 @@
route.o ip6_fib.o ipv6_sockglue.o ndisc.o udp.o raw.o \
protocol.o icmp.o mcast.o reassembly.o tcp_ipv6.o \
exthdrs.o sysctl_net_ipv6.o datagram.o proc.o \
- ip6_flowlabel.o ipv6_syms.o
+ ip6_flowlabel.o ipv6_syms.o xfrm_policy.o
obj-$(CONFIG_NETFILTER) += netfilter/
-
-obj-y += xfrm_policy.o
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-02-15 7:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-15 7:51 2.5.61: ipv6 as module fails: xfrm6_get_type Kunihiro Ishiguro
-- strict thread matches above, loose matches on Subject: below --
2003-02-15 3:29 Bob_Tracy(0000)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox