gnrc_ipv6_nib: make ARO extra status codes also available without 6LN
This commit is contained in:
parent
04f6e06dd4
commit
9631576b22
@ -34,7 +34,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if IS_ACTIVE(CONFIG_GNRC_IPV6_NIB_6LN) || defined(DOXYGEN)
|
|
||||||
/**
|
/**
|
||||||
* @brief Additional (local) status to ARO status values for tentative
|
* @brief Additional (local) status to ARO status values for tentative
|
||||||
* addresses
|
* addresses
|
||||||
@ -57,6 +56,7 @@ extern "C" {
|
|||||||
*/
|
*/
|
||||||
#define _ADDR_REG_STATUS_UNAVAIL (255)
|
#define _ADDR_REG_STATUS_UNAVAIL (255)
|
||||||
|
|
||||||
|
#if IS_ACTIVE(CONFIG_GNRC_IPV6_NIB_6LN) || defined(DOXYGEN)
|
||||||
/**
|
/**
|
||||||
* @brief Resolves address statically from destination address using reverse
|
* @brief Resolves address statically from destination address using reverse
|
||||||
* translation of the IID
|
* translation of the IID
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user