CONFIG_NET_RPL_DEFAULT_INSTANCE

Default DAG instance id

Type: hex

Help

This value decides which DAG instance we should participate in by default.

Direct dependencies

NET_RPL && NET_RPL && NETWORKING

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

Defaults

Kconfig definition

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

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_DEFAULT_INSTANCE
    hex
    prompt "Default DAG instance id" if NET_RPL && NET_RPL && NETWORKING
    default 0x1e if NET_RPL && NET_RPL && NETWORKING
    depends on NET_RPL && NET_RPL && NETWORKING
    help
      This value decides which DAG instance we should participate in
      by default.

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