fib: add flag to mark RPL routes
This commit is contained in:
parent
79a3b05b42
commit
5a4789573d
@ -62,6 +62,11 @@ typedef struct fib_destination_set_entry_t {
|
|||||||
*/
|
*/
|
||||||
#define FIB_LIFETIME_NO_EXPIRE (0xFFFFFFFFffffffff)
|
#define FIB_LIFETIME_NO_EXPIRE (0xFFFFFFFFffffffff)
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief flag to identify if a route was set by RPL
|
||||||
|
*/
|
||||||
|
#define FIB_FLAG_RPL_ROUTE (1UL << 0)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief initializes all FIB entries with 0
|
* @brief initializes all FIB entries with 0
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user