The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_NET_IPV6_MLD

Multicast Listener Discovery support

Type: bool

Help

The value depends on your network needs. MLD should normally be active. Currently we support only MLDv2. See RFC 3810 for details.

Direct dependencies

NET_IPV6 && !NET_RAW_MODE && NETWORKING

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

Defaults

Symbols that select this symbol

Kconfig definition

At subsys/net/ip/Kconfig.ipv6:82

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:82subsys/net/ip/Kconfig:52

Menu path: (top menu) → Networking → IP stack → IPv6

config NET_IPV6_MLD
    bool
    prompt "Multicast Listener Discovery support" if NET_IPV6 && !NET_RAW_MODE && NETWORKING
    default "y" if NET_IPV6 && !NET_RAW_MODE && NETWORKING
    depends on NET_IPV6 && !NET_RAW_MODE && NETWORKING
    help
      The value depends on your network needs. MLD should normally
      be active. Currently we support only MLDv2. See RFC 3810 for
      details.

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