Skip to content

Commit

Permalink
Adjust for PR #20371
Browse files Browse the repository at this point in the history
As the ta_pfx will have an NCE with unspecified next hop, 1 NCE is needed for that.
  • Loading branch information
xnumad committed Sep 20, 2024
1 parent 2a9d62b commit 95b3b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/include/net/gnrc/ipv6/nib/conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Check warning on line 68 in sys/include/net/gnrc/ipv6/nib/conf.h

View workflow job for this annotation

GitHub Actions / static-tests

line is longer than 100 characters
# endif
#endif
#endif
Expand Down

0 comments on commit 95b3b5c

Please sign in to comment.