1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Adjust for PR #20371

As the ta_pfx will have an NCE with unspecified next hop, 1 NCE is needed for that.
This commit is contained in:
xnumad 2024-09-18 16:49:30 +02:00
parent 0a4aff2652
commit b4439c78a1

View File

@ -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