Skip to content

Commit

Permalink
trivial: fix inconsistent help texts
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Georg Hofmann authored and davem330 committed May 8, 2018
1 parent 5ed3fde commit a9f71d0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions net/ipv6/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,15 @@ config IPV6_ROUTE_INFO
bool "IPv6: Route Information (RFC 4191) support"
depends on IPV6_ROUTER_PREF
---help---
This is experimental support of Route Information.
Support of Route Information.

If unsure, say N.

config IPV6_OPTIMISTIC_DAD
bool "IPv6: Enable RFC 4429 Optimistic DAD"
---help---
This is experimental support for optimistic Duplicate
Address Detection. It allows for autoconfigured addresses
to be used more quickly.
Support for optimistic Duplicate Address Detection. It allows for
autoconfigured addresses to be used more quickly.

If unsure, say N.

Expand Down Expand Up @@ -280,7 +279,7 @@ config IPV6_MROUTE
depends on IPV6
select IP_MROUTE_COMMON
---help---
Experimental support for IPv6 multicast forwarding.
Support for IPv6 multicast forwarding.
If unsure, say N.

config IPV6_MROUTE_MULTIPLE_TABLES
Expand Down

0 comments on commit a9f71d0

Please sign in to comment.