CONFIG_NET_RPL_PROBING

Enable RPL probing

Type: bool

Help

When enabled, probes will be sent periodically to keep parent link estimates up to date.

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:104

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_PROBING
    bool
    prompt "Enable RPL probing" if NET_RPL && NET_RPL && NETWORKING
    depends on NET_RPL && NET_RPL && NETWORKING
    help
      When enabled, probes will be sent periodically to keep
      parent link estimates up to date.

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