:orphan: .. title:: CONFIG_NET_CONFIG_NEED_IPV6_ROUTER .. kconfig:: CONFIG_NET_CONFIG_NEED_IPV6_ROUTER CONFIG_NET_CONFIG_NEED_IPV6_ROUTER ################################## *This application wants IPv6 router to exists* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`NET_CONFIG_AUTO_INIT ` && \ :kconfig:`NET_IPV6 ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/lib/config/Kconfig:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:28`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries .. code-block:: kconfig config NET_CONFIG_NEED_IPV6_ROUTER bool "This application wants IPv6 router to exists" depends on NET_CONFIG_AUTO_INIT && NET_IPV6 && 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.)*