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_handler = ipip_err,
This doesn't work, because if you build ipip.c statically
you won't get a usable tunnel until the xfrm4_tunnel.ko
module loads, and that behavior doesn't make any sense.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html