Skip to content
Snippets Groups Projects
Commit 002494f7 authored by Martine Lenders's avatar Martine Lenders
Browse files

gnrc_ipv6_nib: activate SLAAC on border router

parent 1c712c79
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment