Merge pull request #16947 from miri64/gnrc_ipv6_nib/fix/queue-pkts-on-6lbr
gnrc_ipv6_nib: queue packets that trigger probing on border router
This commit is contained in:
commit
e804a738de
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user