-
CONFIG_NET_DEBUG_IPV6_NBR_CACHE
¶
Debug IPv6 neighbor cache
Type: bool
Help¶
Enables Neighbor Cache code to output debug messages
Direct dependencies¶
NET_LOG
&& NET_IPV6
&& !NET_RAW_MODE
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At subsys/net/ip/Kconfig.ipv6:160
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:91
→ subsys/net/ip/Kconfig:32
Menu path: (top menu) → Networking → IP stack → IPv6
config NET_DEBUG_IPV6_NBR_CACHE bool prompt "Debug IPv6 neighbor cache" ifNET_LOG
&&NET_IPV6
&& !NET_RAW_MODE
&&NETWORKING
depends onNET_LOG
&&NET_IPV6
&& !NET_RAW_MODE
&&NETWORKING
help Enables Neighbor Cache code to output debug messages
(Definitions include propagated dependencies, including from if’s and menus.)