Link-stats: use new nbr table API

This commit is contained in:
Simon Duquennoy 2016-04-22 23:51:50 +02:00 committed by Simon Duquennoy
parent f18a4fdd7b
commit bddf8207ed
2 changed files with 4 additions and 3 deletions

View file

@ -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 */