-
CONFIG_NET_ROUTE
¶
(No prompt – not directly user assignable.)
Type: bool
Direct dependencies¶
NET_IPV6_NBR_CACHE
&& !NET_RAW_MODE
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
NET_IPV6_NBR_CACHE
&&NET_IPV6_NBR_CACHE
&& !NET_RAW_MODE
&&NETWORKING
Kconfig definition¶
At subsys/net/ip/Kconfig:167
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:82
Menu path: (top menu) → Networking → IP stack
config NET_ROUTE bool default "y" ifNET_IPV6_NBR_CACHE
&&NET_IPV6_NBR_CACHE
&& !NET_RAW_MODE
&&NETWORKING
depends onNET_IPV6_NBR_CACHE
&& !NET_RAW_MODE
&&NETWORKING
(Definitions include propagated dependencies, including from if’s and menus.)