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.

Direct dependencies

NET_RPL && NETWORKING

(Includes any dependencies from if’s and menus.)

Choice options

Kconfig definition

At subsys/net/ip/Kconfig.rpl:83

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:91subsys/net/ip/Kconfig:471

Menu path: (top menu) → Networking → IP stack → Enable RPL (Ripple) support

choice
    bool
    prompt "Mode of operation (MOP)" if NET_RPL && NETWORKING
    default NET_RPL_MOP2 if NET_RPL && NETWORKING
    depends on NET_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.)