Networking: Add support for sending ICMPv6 Router Solicitation and receiving Router advertisement. This is a part of the ICMPv6 auto-configuration logic is still still not complete

This commit is contained in:
Gregory Nutt 2015-02-03 13:25:28 -06:00
parent 573ffe4221
commit 8a5d6fc78e

View File

@ -637,6 +637,7 @@ CONFIG_NET_ICMPv6_PING=y
CONFIG_NET_ICMPv6_NEIGHBOR=y
CONFIG_ICMPv6_NEIGHBOR_MAXTRIES=5
CONFIG_ICMPv6_NEIGHBOR_DELAYMSEC=20
# CONFIG_NET_ICMPv6_AUTOCONF is not set
#
# IGMPv2 Client Support
@ -857,8 +858,6 @@ CONFIG_EXAMPLES_NSH=y
# Networking Utilities
#
# CONFIG_NETUTILS_CODECS is not set
# CONFIG_NETUTILS_DHCPC is not set
# CONFIG_NETUTILS_DHCPD is not set
# CONFIG_NETUTILS_FTPC is not set
# CONFIG_NETUTILS_FTPD is not set
# CONFIG_NETUTILS_JSON is not set