From 95b3b5cdcf676178d58bae9dc3bdc495a1af619c Mon Sep 17 00:00:00 2001 From: xnumad <34810600+xnumad@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:49:30 +0200 Subject: [PATCH] Adjust for PR #20371 As the ta_pfx will have an NCE with unspecified next hop, 1 NCE is needed for that. --- sys/include/net/gnrc/ipv6/nib/conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/include/net/gnrc/ipv6/nib/conf.h b/sys/include/net/gnrc/ipv6/nib/conf.h index 09c686c6a314..48f030bde42c 100644 --- a/sys/include/net/gnrc/ipv6/nib/conf.h +++ b/sys/include/net/gnrc/ipv6/nib/conf.h @@ -65,7 +65,7 @@ extern "C" { # endif # ifndef CONFIG_GNRC_IPV6_NIB_NUMOF /* only needs to store default router */ -# define CONFIG_GNRC_IPV6_NIB_NUMOF (1) +# define CONFIG_GNRC_IPV6_NIB_NUMOF (1 + IS_ACTIVE(CONFIG_GNRC_IPV6_NIB_SLAAC_TEMPORARY_ADDRESSES)) # endif #endif #endif