From 1bc9a592c4301d442f86c60145cc2e46befaa67a Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Tue, 29 May 2018 15:50:48 +0200 Subject: [PATCH] gnrc_netif: improve doc on GNRC_NETIF_IPV6_ADDRS_NUMOF --- sys/include/net/gnrc/netif/conf.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/include/net/gnrc/netif/conf.h b/sys/include/net/gnrc/netif/conf.h index 8808476f2f..7a1373f21a 100644 --- a/sys/include/net/gnrc/netif/conf.h +++ b/sys/include/net/gnrc/netif/conf.h @@ -70,6 +70,10 @@ extern "C" { /** * @brief Maximum number of unicast and anycast addresses per interface * + * @note If you change this, please make sure that + * @ref GNRC_NETIF_IPV6_GROUPS_NUMOF is also large enough to fit the + * addresses' solicited nodes multicast addresses. + * * Default: 2 (link-local + corresponding global address) */ #ifndef GNRC_NETIF_IPV6_ADDRS_NUMOF