-
choice: Objective function
Objective function
Type: bool
Help¶
The objective function to use. All RPL nodes in a DODAG must use the same OF. The default is MRHOF, see RFC 6719 for details. Other alternative is OF0, see RFC 6552 for details.
Defaults¶
NET_RPL_MRHOF
ifNET_RPL
&&NETWORKING
Choice options¶
Kconfig definition¶
At subsys/net/ip/Kconfig.rpl:45
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
choice bool prompt "Objective function" ifNET_RPL
&&NETWORKING
defaultNET_RPL_MRHOF
ifNET_RPL
&&NETWORKING
depends onNET_RPL
&&NETWORKING
help The objective function to use. All RPL nodes in a DODAG must use the same OF. The default is MRHOF, see RFC 6719 for details. Other alternative is OF0, see RFC 6552 for details.
(Definitions include propagated dependencies, including from if’s and menus.)