Link-stats: use new nbr table API
This commit is contained in:
parent
f18a4fdd7b
commit
bddf8207ed
2 changed files with 4 additions and 3 deletions
|
@ -83,7 +83,8 @@ typedef enum {
|
|||
NBR_TABLE_REASON_ROUTE,
|
||||
NBR_TABLE_REASON_IPV6_ND,
|
||||
NBR_TABLE_REASON_MAC,
|
||||
NBR_TABLE_REASON_LLSEC
|
||||
NBR_TABLE_REASON_LLSEC,
|
||||
NBR_TABLE_REASON_LINK_STATS,
|
||||
} nbr_table_reason_t;
|
||||
|
||||
/** \name Neighbor tables: register and loop through table elements */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue