-
CONFIG_NET_RPL_MAX_PARENTS
¶
Maximum number of parents for one node
Type: int
Help¶
This determines how many RPL parents each node can have.
Defaults¶
Kconfig definition¶
At subsys/net/ip/Kconfig.rpl:125
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:91
→ subsys/net/ip/Kconfig:471
Menu path: (top menu) → Networking → IP stack → Enable RPL (Ripple) support
config NET_RPL_MAX_PARENTS int prompt "Maximum number of parents for one node" ifNET_RPL
&&NETWORKING
defaultNET_IPV6_MAX_NEIGHBORS
ifNET_RPL
&&NETWORKING
depends onNET_RPL
&&NETWORKING
help This determines how many RPL parents each node can have.
(Definitions include propagated dependencies, including from if’s and menus.)