From a3d7278588347b9a2d7798e3d92774ca0ff2da21 Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Wed, 13 Dec 2023 19:08:48 +0100 Subject: [PATCH] net/ipv6: Enforce MLD to be selected if ND is enabled As noted in net_if.c:net_if_ipv6_addr_add() IPv6 ND needs MLD. It is not selected during test, as the combination of ND without DAD/MLD breaks (something to study/fix further it seems). Signed-off-by: Tomasz Bursztyka --- subsys/net/ip/Kconfig.ipv6 | 1 + 1 file changed, 1 insertion(+) diff --git a/subsys/net/ip/Kconfig.ipv6 b/subsys/net/ip/Kconfig.ipv6 index ef6665d228b3b8..9367e068e7fd44 100644 --- a/subsys/net/ip/Kconfig.ipv6 +++ b/subsys/net/ip/Kconfig.ipv6 @@ -143,6 +143,7 @@ config NET_IPV6_NBR_CACHE config NET_IPV6_ND bool "Activate neighbor discovery" depends on NET_IPV6_NBR_CACHE + select NET_IPV6_MLD if !NET_TEST default y help The value depends on your network needs. ND should normally