Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38fe999e authored by YOSHIFUJI Hideaki's avatar YOSHIFUJI Hideaki Committed by David S. Miller
Browse files

[IPV6] KCONFIG: Fix description about IPV6_TUNNEL.



Based on notice from "Colin" <colins@sjtu.edu.cn>.

Signed-off-by: default avatarYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 607bfbf2
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -179,11 +179,12 @@ config IPV6_SIT
	  Saying M here will produce a module called sit.ko. If unsure, say Y.
	  Saying M here will produce a module called sit.ko. If unsure, say Y.


config IPV6_TUNNEL
config IPV6_TUNNEL
	tristate "IPv6: IPv6-in-IPv6 tunnel"
	tristate "IPv6: IP-in-IPv6 tunnel (RFC2473)"
	select INET6_TUNNEL
	select INET6_TUNNEL
	depends on IPV6
	depends on IPV6
	---help---
	---help---
	  Support for IPv6-in-IPv6 tunnels described in RFC 2473.
	  Support for IPv6-in-IPv6 and IPv4-in-IPv6 tunnels described in
	  RFC 2473.


	  If unsure, say N.
	  If unsure, say N.