CONFIG_NET_RPL_GROUNDED

DAG grounded default value

Type: bool

Help

A grounded DODAG offers connectivity to hosts that are required for satisfying the application-defined goal. A floating DODAG is not expected to satisfy the goal; in most cases, it only provides routes to nodes within the DODAG.

Direct dependencies

NET_RPL && NET_RPL && NETWORKING

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

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

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

config NET_RPL_GROUNDED
    bool
    prompt "DAG grounded default value" if NET_RPL && NET_RPL && NETWORKING
    depends on NET_RPL && NET_RPL && NETWORKING
    help
      A grounded DODAG offers connectivity to hosts that are
      required for satisfying the application-defined goal.  A floating
      DODAG is not expected to satisfy the goal; in most cases, it only
      provides routes to nodes within the DODAG.

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