Re: ipip.c to work as module with CONFIG_INET_TUNNEL

2006-03-10 Thread David S. Miller
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

ipip.c to work as module with CONFIG_INET_TUNNEL

2006-03-03 Thread G. Allen Morris III
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