mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user