fib: add flag to mark RPL routes

This commit is contained in:
Cenk Gündoğan 2015-10-18 21:00:30 +02:00
parent 79a3b05b42
commit 5a4789573d

View File

@ -62,6 +62,11 @@ typedef struct fib_destination_set_entry_t {
*/
#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
*