From: "G. Allen Morris III" <[EMAIL PROTECTED]>
Date: Fri, 03 Mar 2006 23:24:03 -0500
> -#ifdef CONFIG_INET_TUNNEL
> +#if defined(CONFIG_INET_TUNNEL) || defined(CONFIG_INET_TUNNEL_MODULE)
> +
> static struct xfrm_tunnel ipip_handler = {
> .handler= ipip_rcv,
> .err_h
The patch to ipip.c seems to be needed if xrfm_tunnel (INET_TUNNEL) is
defined as a module, or you can't have both the xfrm_tunnel module and
ipip modules loaded at the same time.
--- linux-2.6.15/net/ipv4/ipip.c.orig2006-02-28 10:46:37.0 -0500
+++ linux-2.6.15/net/ipv4/ipip.c