choice: Routing Metric

Routing Metric

Type: bool

Help

The routing metric to use. This must be a valid DAG Metric Container Object Type. When MRH OF (RFC6719) is used with ETX, no metric container must be used as the rank carries ETX directly.

Direct dependencies

NET_RPL && NETWORKING

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

Kconfig definition

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

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 "Routing Metric" if NET_RPL && NETWORKING
    default NET_RPL_MC_NONE if NET_RPL && NETWORKING
    depends on NET_RPL && NETWORKING
    help
      The routing metric to use. This must be a valid DAG Metric Container
      Object Type. When MRH OF (RFC6719) is used with ETX, no metric
      container must be used as the rank carries ETX directly.

(Definitions include propagated dependencies, including from if’s and menus.)