-
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¶
NET_CONFIG_AUTO_INIT
&& NET_IPV6
&& NETWORKING
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/subsys/net/lib/config/Kconfig:37
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:89
→ <Zephyr>/subsys/net/lib/Kconfig:28
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries
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.)