From 9980d09bc8ee81f6111b6f8f805001faa3a71942 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Fri, 20 Apr 2018 08:59:36 +0200 Subject: [PATCH] Add note about NETIF_FLAG_MLD6 netif flag --- src/core/ipv6/mld6.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/ipv6/mld6.c b/src/core/ipv6/mld6.c index 18b9a762..6387d468 100644 --- a/src/core/ipv6/mld6.c +++ b/src/core/ipv6/mld6.c @@ -9,6 +9,8 @@ * Note: The allnodes (ff01::1, ff02::1) group is assumed be received by your * netif since it must always be received for correct IPv6 operation (e.g. SLAAC). * Ensure the netif filters are configured accordingly!\n + * The netif flags also need NETIF_FLAG_MLD6 flag set to enable MLD6 on a + * netif ("netif->flags |= NETIF_FLAG_MLD6;").\n * To be called from TCPIP thread. */