gnrc_ipv6_nib: queue packets that trigger probing on border router

(cherry picked from commit b8691842fb4e0614dbbe30af85c2997eb58429ad)
This commit is contained in:
Martine Lenders 2021-10-04 17:13:16 +02:00
parent 1874e63581
commit cfd76b7793
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80
2 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,9 @@ extern "C" {
#ifndef CONFIG_GNRC_IPV6_NIB_SLAAC
#define CONFIG_GNRC_IPV6_NIB_SLAAC 1
#endif
#ifndef CONFIG_GNRC_IPV6_NIB_QUEUE_PKT
#define CONFIG_GNRC_IPV6_NIB_QUEUE_PKT 1
#endif
#ifndef CONFIG_GNRC_IPV6_NIB_NUMOF
#define CONFIG_GNRC_IPV6_NIB_NUMOF (16)
#endif

View File

@ -47,6 +47,7 @@ config GNRC_IPV6_NIB_QUEUE_PKT
config GNRC_IPV6_NIB_ARSM
bool "Use classic NDP address resolution state-machine"
default y if USEMODULE_GNRC_IPV6_NIB_6LBR
default n if USEMODULE_GNRC_IPV6_NIB_6LN && !GNRC_IPV6_NIB_6LR
default y