Kconfig (6bbd9b6d694ff7242d63cda2faac4bd59ee4328e) Kconfig (c71099acce933455123ee505cc75964610a209ad)
1#
2# IPv6 configuration
3#
4
5# IPv6 as module will cause a CRASH if you try to unload it
6config IPV6
7 tristate "The IPv6 protocol"
8 default m

--- 122 unchanged lines hidden (view full) ---

131 tristate "IPv6: IPv6-in-IPv6 tunnel"
132 select INET6_TUNNEL
133 depends on IPV6
134 ---help---
135 Support for IPv6-in-IPv6 tunnels described in RFC 2473.
136
137 If unsure, say N.
138
1#
2# IPv6 configuration
3#
4
5# IPv6 as module will cause a CRASH if you try to unload it
6config IPV6
7 tristate "The IPv6 protocol"
8 default m

--- 122 unchanged lines hidden (view full) ---

131 tristate "IPv6: IPv6-in-IPv6 tunnel"
132 select INET6_TUNNEL
133 depends on IPV6
134 ---help---
135 Support for IPv6-in-IPv6 tunnels described in RFC 2473.
136
137 If unsure, say N.
138
139config IPV6_MULTIPLE_TABLES
140 bool "IPv6: Multiple Routing Tables"
141 depends on IPV6 && EXPERIMENTAL
142 ---help---
143 Support multiple routing tables.
144