[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 03160) Re: IPv6 over IPv4 tunneling when IPv6 is configured as a module



In article <41C07DE6.7000603@xxxxxxxxxx> (at Wed, 15 Dec 2004 11:09:42 -0700), Tushar Gohad <tgohad@xxxxxxxxxx> says:

> Suggested fix:
> 
> 
> --- net/ipv4/Config.in  13 Nov 2003 00:29:09 -0000      1.3
> +++ net/ipv4/Config.in  13 Dec 2004 21:34:26 -0000
> @@ -28,9 +28,7 @@
>  fi
>  tristate '  IP: tunneling' CONFIG_NET_IPIP
>  if [ "$CONFIG_NET_IPIP" = "y" ]; then
> -   if [ "$CONFIG_IPV6" != "n" ]; then
> -      bool '    IP: IPv6 over IPv4 tunneling support (replaces sitXX 
> devices)' CONFIG_NET_IPIP_IPV6
> -   fi
> +   dep_tristate '    IP: IPv6 over IPv4 tunneling support (replaces 
> sitXX devices)' CONFIG_NET_IPIP_IPV6 $CONFIG_IPV6
>  fi
>  tristate '  IP: GRE tunnels over IP' CONFIG_NET_IPGRE
>  if [ "$CONFIG_IP_MULTICAST" = "y" ]; then

applied. thank you.

--yoshfuji