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 a2a2f2d003
commit 8592ce93af

View File

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