CONFIG_NET_DEBUG_LLMNR_RESPONDER

Debug LLMNR responder

Type: bool

Help

Enables LLMNR responder code to output debug messages

Direct dependencies

LLMNR_RESPONDER && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/net/lib/dns/Kconfig:191

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:93subsys/net/lib/Kconfig:11

Menu path: (top menu) → Networking → Network Protocols

config NET_DEBUG_LLMNR_RESPONDER
    bool
    prompt "Debug LLMNR responder" if LLMNR_RESPONDER && NETWORKING
    default "y" if NET_LOG_GLOBAL && LLMNR_RESPONDER && NETWORKING
    depends on LLMNR_RESPONDER && NETWORKING
    help
      Enables LLMNR responder code to output debug messages

(Definitions include propagated dependencies, including from if’s and menus.)