public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Kunihiro Ishiguro <kunihiro@ipinfusion.com>
To: rct@gherkin.frus.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.5.61: ipv6 as module fails: xfrm6_get_type
Date: Fri, 14 Feb 2003 23:51:39 -0800	[thread overview]
Message-ID: <87heb6rng4.wl@ipinfusion.com> (raw)

[-- 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

             reply	other threads:[~2003-02-15  7:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-15  7:51 Kunihiro Ishiguro [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-02-15  3:29 2.5.61: ipv6 as module fails: xfrm6_get_type Bob_Tracy(0000)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87heb6rng4.wl@ipinfusion.com \
    --to=kunihiro@ipinfusion.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rct@gherkin.frus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox