Merge pull request #10824 from miri64/gnrc_ipv6_nib/fix/br-slaac
gnrc_ipv6_nib: activate SLAAC on border router
This commit is contained in:
commit
d90d546053
@ -30,6 +30,9 @@ extern "C" {
|
||||
#ifndef GNRC_IPV6_NIB_CONF_6LBR
|
||||
#define GNRC_IPV6_NIB_CONF_6LBR (1)
|
||||
#endif
|
||||
#ifndef GNRC_IPV6_NIB_CONF_SLAAC
|
||||
#define GNRC_IPV6_NIB_CONF_SLAAC (1)
|
||||
#endif
|
||||
#ifndef GNRC_IPV6_NIB_NUMOF
|
||||
#define GNRC_IPV6_NIB_NUMOF (16)
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user