-
choice: Mode of operation (MOP)
Mode of operation (MOP)
Type: bool
Help¶
Mode of operation (MOP) level. MOP0 : No Downward routes maintained by RPL MOP1 : Non-Storing Mode of Operation MOP2 : Storing Mode of Operation with no multicast support MOP3 : Storing Mode of Operation with multicast support See RFC 6550 ch. 6.3.1 figure 15 for details.
Defaults¶
NET_RPL_MOP2
ifNET_RPL
&&NETWORKING
Choice options¶
Kconfig definition¶
At subsys/net/ip/Kconfig.rpl:83
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 "Mode of operation (MOP)" ifNET_RPL
&&NETWORKING
defaultNET_RPL_MOP2
ifNET_RPL
&&NETWORKING
depends onNET_RPL
&&NETWORKING
help Mode of operation (MOP) level. MOP0 : No Downward routes maintained by RPL MOP1 : Non-Storing Mode of Operation MOP2 : Storing Mode of Operation with no multicast support MOP3 : Storing Mode of Operation with multicast support See RFC 6550 ch. 6.3.1 figure 15 for details.
(Definitions include propagated dependencies, including from if’s and menus.)