trivial: fix inconsistent help texts
This patch removes "experimental" from the help text where depends on CONFIG_EXPERIMENTAL was already removed. Signed-off-by: Georg Hofmann <georg@hofmannsweb.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
5ed3fde213
commit
a9f71d0de6
|
@ -34,16 +34,15 @@ config IPV6_ROUTE_INFO
|
||||||
bool "IPv6: Route Information (RFC 4191) support"
|
bool "IPv6: Route Information (RFC 4191) support"
|
||||||
depends on IPV6_ROUTER_PREF
|
depends on IPV6_ROUTER_PREF
|
||||||
---help---
|
---help---
|
||||||
This is experimental support of Route Information.
|
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"
|
bool "IPv6: Enable RFC 4429 Optimistic DAD"
|
||||||
---help---
|
---help---
|
||||||
This is experimental support for optimistic Duplicate
|
Support for optimistic Duplicate Address Detection. It allows for
|
||||||
Address Detection. It allows for autoconfigured addresses
|
autoconfigured addresses to be used more quickly.
|
||||||
to be used more quickly.
|
|
||||||
|
|
||||||
If unsure, say N.
|
If unsure, say N.
|
||||||
|
|
||||||
|
@ -280,7 +279,7 @@ config IPV6_MROUTE
|
||||||
depends on IPV6
|
depends on IPV6
|
||||||
select IP_MROUTE_COMMON
|
select IP_MROUTE_COMMON
|
||||||
---help---
|
---help---
|
||||||
Experimental support for IPv6 multicast forwarding.
|
Support for IPv6 multicast forwarding.
|
||||||
If unsure, say N.
|
If unsure, say N.
|
||||||
|
|
||||||
config IPV6_MROUTE_MULTIPLE_TABLES
|
config IPV6_MROUTE_MULTIPLE_TABLES
|
||||||
|
|
Loading…
Reference in New Issue