:orphan: .. title:: NET_CONFIG_NEED_IPV6_ROUTER .. option:: CONFIG_NET_CONFIG_NEED_IPV6_ROUTER *This application wants IPv6 router to exists* Type: ``bool`` Help ==== The network application needs IPv6 router to exists before continuing. What this means that the application wants to wait until it receives IPv6 router advertisement message before continuing. Direct dependencies =================== \ :option:`NET_CONFIG_AUTO_INIT ` && \ :option:`NET_IPV6 ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/config/Kconfig:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``subsys/net/lib/Kconfig:28`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries .. parsed-literal:: config NET_CONFIG_NEED_IPV6_ROUTER bool "This application wants IPv6 router to exists" depends on \ :option:`NET_CONFIG_AUTO_INIT ` && \ :option:`NET_IPV6 ` && \ :option:`NETWORKING ` help The network application needs IPv6 router to exists before continuing. What this means that the application wants to wait until it receives IPv6 router advertisement message before continuing. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*