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

gnrc_ipv6_nib: only activate MULTIHOP_P6C for 6LR and up

Non-routing 6LN can ignore the ABRO, so we can deactivate multihop
prefix and 6LoWPAN distribution altogether (since hosts do not have a
downstream hop).
parent 3a8695bd
No related branches found
No related tags found
No related merge requests found
...@@ -177,7 +177,7 @@ extern "C" { ...@@ -177,7 +177,7 @@ extern "C" {
* @see [RFC 6775, section 8.1](https://tools.ietf.org/html/rfc6775#section-8.1) * @see [RFC 6775, section 8.1](https://tools.ietf.org/html/rfc6775#section-8.1)
*/ */
#ifndef GNRC_IPV6_NIB_CONF_MULTIHOP_P6C #ifndef GNRC_IPV6_NIB_CONF_MULTIHOP_P6C
#if GNRC_IPV6_NIB_CONF_6LN #if GNRC_IPV6_NIB_CONF_6LR
#define GNRC_IPV6_NIB_CONF_MULTIHOP_P6C (1) #define GNRC_IPV6_NIB_CONF_MULTIHOP_P6C (1)
#else #else
#define GNRC_IPV6_NIB_CONF_MULTIHOP_P6C (0) #define GNRC_IPV6_NIB_CONF_MULTIHOP_P6C (0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment