Commit f9ceb16e authored by Kees Cook's avatar Kees Cook

net/ipv6: remove depends on CONFIG_EXPERIMENTAL

The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
while now and is almost always enabled by default. As agreed during the
Linux kernel summit, remove it from any "depends on" lines in Kconfigs.

CC: "David S. Miller" <davem@davemloft.net>
CC: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
CC: James Morris <jmorris@namei.org>
CC: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
CC: Patrick McHardy <kaber@trash.net>
Signed-off-by: default avatarKees Cook <keescook@chromium.org>
Acked-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 44fbe920
...@@ -50,16 +50,15 @@ config IPV6_ROUTER_PREF ...@@ -50,16 +50,15 @@ config IPV6_ROUTER_PREF
If unsure, say N. If unsure, say N.
config IPV6_ROUTE_INFO config IPV6_ROUTE_INFO
bool "IPv6: Route Information (RFC 4191) support (EXPERIMENTAL)" bool "IPv6: Route Information (RFC 4191) support"
depends on IPV6_ROUTER_PREF && EXPERIMENTAL depends on IPV6_ROUTER_PREF
---help--- ---help---
This is experimental support of Route Information. This is experimental support of Route Information.
If unsure, say N. If unsure, say N.
config IPV6_OPTIMISTIC_DAD config IPV6_OPTIMISTIC_DAD
bool "IPv6: Enable RFC 4429 Optimistic DAD (EXPERIMENTAL)" bool "IPv6: Enable RFC 4429 Optimistic DAD"
depends on EXPERIMENTAL
---help--- ---help---
This is experimental support for optimistic Duplicate This is experimental support for optimistic Duplicate
Address Detection. It allows for autoconfigured addresses Address Detection. It allows for autoconfigured addresses
...@@ -105,8 +104,7 @@ config INET6_IPCOMP ...@@ -105,8 +104,7 @@ config INET6_IPCOMP
If unsure, say Y. If unsure, say Y.
config IPV6_MIP6 config IPV6_MIP6
tristate "IPv6: Mobility (EXPERIMENTAL)" tristate "IPv6: Mobility"
depends on EXPERIMENTAL
select XFRM select XFRM
---help--- ---help---
Support for IPv6 Mobility described in RFC 3775. Support for IPv6 Mobility described in RFC 3775.
...@@ -150,8 +148,7 @@ config INET6_XFRM_MODE_BEET ...@@ -150,8 +148,7 @@ config INET6_XFRM_MODE_BEET
If unsure, say Y. If unsure, say Y.
config INET6_XFRM_MODE_ROUTEOPTIMIZATION config INET6_XFRM_MODE_ROUTEOPTIMIZATION
tristate "IPv6: MIPv6 route optimization mode (EXPERIMENTAL)" tristate "IPv6: MIPv6 route optimization mode"
depends on EXPERIMENTAL
select XFRM select XFRM
---help--- ---help---
Support for MIPv6 route optimization mode. Support for MIPv6 route optimization mode.
...@@ -171,8 +168,8 @@ config IPV6_SIT ...@@ -171,8 +168,8 @@ config IPV6_SIT
Saying M here will produce a module called sit. If unsure, say Y. Saying M here will produce a module called sit. If unsure, say Y.
config IPV6_SIT_6RD config IPV6_SIT_6RD
bool "IPv6: IPv6 Rapid Deployment (6RD) (EXPERIMENTAL)" bool "IPv6: IPv6 Rapid Deployment (6RD)"
depends on IPV6_SIT && EXPERIMENTAL depends on IPV6_SIT
default n default n
---help--- ---help---
IPv6 Rapid Deployment (6rd; draft-ietf-softwire-ipv6-6rd) builds upon IPv6 Rapid Deployment (6rd; draft-ietf-softwire-ipv6-6rd) builds upon
...@@ -219,7 +216,6 @@ config IPV6_GRE ...@@ -219,7 +216,6 @@ config IPV6_GRE
config IPV6_MULTIPLE_TABLES config IPV6_MULTIPLE_TABLES
bool "IPv6: Multiple Routing Tables" bool "IPv6: Multiple Routing Tables"
depends on EXPERIMENTAL
select FIB_RULES select FIB_RULES
---help--- ---help---
Support multiple routing tables. Support multiple routing tables.
...@@ -239,8 +235,8 @@ config IPV6_SUBTREES ...@@ -239,8 +235,8 @@ config IPV6_SUBTREES
If unsure, say N. If unsure, say N.
config IPV6_MROUTE config IPV6_MROUTE
bool "IPv6: multicast routing (EXPERIMENTAL)" bool "IPv6: multicast routing"
depends on IPV6 && EXPERIMENTAL depends on IPV6
---help--- ---help---
Experimental support for IPv6 multicast forwarding. Experimental support for IPv6 multicast forwarding.
If unsure, say N. If unsure, say N.
...@@ -260,7 +256,7 @@ config IPV6_MROUTE_MULTIPLE_TABLES ...@@ -260,7 +256,7 @@ config IPV6_MROUTE_MULTIPLE_TABLES
If unsure, say N. If unsure, say N.
config IPV6_PIMSM_V2 config IPV6_PIMSM_V2
bool "IPv6: PIM-SM version 2 support (EXPERIMENTAL)" bool "IPv6: PIM-SM version 2 support"
depends on IPV6_MROUTE depends on IPV6_MROUTE
---help--- ---help---
Support for IPv6 PIM multicast routing protocol PIM-SMv2. Support for IPv6 PIM multicast routing protocol PIM-SMv2.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment