Skip to content

Commit

Permalink
net/ipv6: Enforce MLD to be selected if ND is enabled
Browse files Browse the repository at this point in the history
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 <tomasz.bursztyka@linux.intel.com>
  • Loading branch information
Tomasz Bursztyka authored and aescolar committed Mar 1, 2024
1 parent 20ccc30 commit a3d7278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subsys/net/ip/Kconfig.ipv6
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3d7278

Please sign in to comment.