Auto neighbor solicitation is no longer EXPERIMENTAL and is the default for the DK-TM4C129X/ipv6 configuration

This commit is contained in:
Gregory Nutt 2015-02-02 14:09:06 -06:00
parent 7985df9363
commit fb72b1b1b7
2 changed files with 4 additions and 2 deletions

View File

@ -634,6 +634,9 @@ CONFIG_NET_BROADCAST=y
# #
CONFIG_NET_ICMPv6=y CONFIG_NET_ICMPv6=y
CONFIG_NET_ICMPv6_PING=y CONFIG_NET_ICMPv6_PING=y
CONFIG_NET_ICMPv6_NEIGHBOR=y
CONFIG_ICMPv6_NEIGHBOR_MAXTRIES=5
CONFIG_ICMPv6_NEIGHBOR_DELAYMSEC=100
# #
# IGMPv2 Client Support # IGMPv2 Client Support

View File

@ -26,7 +26,6 @@ config NET_ICMPv6_PING
config NET_ICMPv6_NEIGHBOR config NET_ICMPv6_NEIGHBOR
bool "Solicit destination addresses" bool "Solicit destination addresses"
default n default n
depends on EXPERIMENTAL
---help--- ---help---
Enable logic to send ICMPv6 neighbor solicitation requests if Enable logic to send ICMPv6 neighbor solicitation requests if
the target IPv6 address mapping does not appear in the Neighbor the target IPv6 address mapping does not appear in the Neighbor
@ -43,7 +42,7 @@ config ICMPv6_NEIGHBOR_MAXTRIES
config ICMPv6_NEIGHBOR_DELAYMSEC config ICMPv6_NEIGHBOR_DELAYMSEC
int "ICMPv6 re-solicit delay" int "ICMPv6 re-solicit delay"
default 20 default 100
---help--- ---help---
Wait this number of milliseconds after sending the Neighbor Wait this number of milliseconds after sending the Neighbor
Solicitation before checking if the IPv6 address mapping is present Solicitation before checking if the IPv6 address mapping is present