summaryrefslogtreecommitdiff
path: root/nuttx/net/icmpv6/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/icmpv6/Kconfig')
-rw-r--r--nuttx/net/icmpv6/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/net/icmpv6/Kconfig b/nuttx/net/icmpv6/Kconfig
index 89c03c36c..1a6120ac1 100644
--- a/nuttx/net/icmpv6/Kconfig
+++ b/nuttx/net/icmpv6/Kconfig
@@ -23,6 +23,15 @@ config NET_ICMPv6_PING
Provide interfaces to support application level support for
for sending ECHO (ping) requests and associating ECHO replies.
+config NET_ICMPv6_NEIGHBOR
+ bool "Solicit destination addresses"
+ default n
+ depends on EXPERIMENTAL
+ ---help---
+ Enable logic to send ICMPv6 neighbor solicitation requests if
+ the target IPv6 address mapping does not appear in the Neighbor
+ table.
+
endif # NET_ICMPv6
endmenu # ICMPv6 Networking Support
endif # NET_IPv6