diff options
Diffstat (limited to 'net/ipv6/Kconfig')
-rw-r--r-- | net/ipv6/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig index 79682efb14be..8e5d54f23b49 100644 --- a/net/ipv6/Kconfig +++ b/net/ipv6/Kconfig | |||
@@ -57,6 +57,16 @@ config IPV6_ROUTE_INFO | |||
57 | 57 | ||
58 | If unsure, say N. | 58 | If unsure, say N. |
59 | 59 | ||
60 | config IPV6_OPTIMISTIC_DAD | ||
61 | bool "IPv6: Enable RFC 4429 Optimistic DAD (EXPERIMENTAL)" | ||
62 | depends on IPV6 && EXPERIMENTAL | ||
63 | ---help--- | ||
64 | This is experimental support for optimistic Duplicate | ||
65 | Address Detection. It allows for autoconfigured addresses | ||
66 | to be used more quickly. | ||
67 | |||
68 | If unsure, say N. | ||
69 | |||
60 | config INET6_AH | 70 | config INET6_AH |
61 | tristate "IPv6: AH transformation" | 71 | tristate "IPv6: AH transformation" |
62 | depends on IPV6 | 72 | depends on IPV6 |