-
CONFIG_NET_DEBUG_LLMNR_RESPONDER
¶
Debug LLMNR responder
Type: bool
Help¶
Enables LLMNR responder code to output debug messages
Defaults¶
- “y” if
NET_LOG_GLOBAL
&&LLMNR_RESPONDER
&&NETWORKING
Kconfig definition¶
At subsys/net/lib/dns/Kconfig:191
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:93
→ subsys/net/lib/Kconfig:11
Menu path: (top menu) → Networking → Network Protocols
config NET_DEBUG_LLMNR_RESPONDER bool prompt "Debug LLMNR responder" ifLLMNR_RESPONDER
&&NETWORKING
default "y" ifNET_LOG_GLOBAL
&&LLMNR_RESPONDER
&&NETWORKING
depends onLLMNR_RESPONDER
&&NETWORKING
help Enables LLMNR responder code to output debug messages
(Definitions include propagated dependencies, including from if’s and menus.)