CONFIG_NET_RPL_MCAST_LIFETIME

Multicast route lifetime.

Type: int

Help

Multicast route lifetime as a multiple of the lifetime unit.

Direct dependencies

NET_RPL_MOP3 && NET_RPL && NETWORKING

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

Defaults

Kconfig definition

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

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_MCAST_LIFETIME
    int
    prompt "Multicast route lifetime." if NET_RPL_MOP3 && NET_RPL && NETWORKING
    default 3 if NET_RPL_MOP3 && NET_RPL && NETWORKING
    depends on NET_RPL_MOP3 && NET_RPL && NETWORKING
    help
      Multicast route lifetime as a multiple of the lifetime unit.

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