-
CONFIG_NET_IPV6_MAX_NEIGHBORS
¶
How many IPv6 neighbors are supported
Type: int
Help¶
The value depends on your network needs.
Direct dependencies¶
NET_IPV6
&& !NET_RAW_MODE
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
- 8 if
NET_IPV6
&& !NET_RAW_MODE
&&NETWORKING
Kconfig definition¶
At subsys/net/ip/Kconfig.ipv6:44
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:82
→ subsys/net/ip/Kconfig:52
Menu path: (top menu) → Networking → IP stack → IPv6
config NET_IPV6_MAX_NEIGHBORS int prompt "How many IPv6 neighbors are supported" ifNET_IPV6
&& !NET_RAW_MODE
&&NETWORKING
range 1 254 ifNET_IPV6
&& !NET_RAW_MODE
&&NETWORKING
default 8 ifNET_IPV6
&& !NET_RAW_MODE
&&NETWORKING
depends onNET_IPV6
&& !NET_RAW_MODE
&&NETWORKING
help The value depends on your network needs.
(Definitions include propagated dependencies, including from if’s and menus.)