summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-03 13:25:28 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-03 13:25:28 -0600
commitc55a55f1910d978f0e3cbc44d9ea19ca2720da64 (patch)
tree351e36274b40028cd077a874b16d01b32092d853 /nuttx/configs
parentbae00ec25785b8b319b7a8b14c86355666c2b9fc (diff)
downloadpx4-nuttx-c55a55f1910d978f0e3cbc44d9ea19ca2720da64.tar.gz
px4-nuttx-c55a55f1910d978f0e3cbc44d9ea19ca2720da64.tar.bz2
px4-nuttx-c55a55f1910d978f0e3cbc44d9ea19ca2720da64.zip
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
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/dk-tm4c129x/ipv6/defconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/nuttx/configs/dk-tm4c129x/ipv6/defconfig b/nuttx/configs/dk-tm4c129x/ipv6/defconfig
index 7980f0bb3..81b3becb2 100644
--- a/nuttx/configs/dk-tm4c129x/ipv6/defconfig
+++ b/nuttx/configs/dk-tm4c129x/ipv6/defconfig
@@ -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