nbr-table: fix default value for NBR_TABLE_MAX_NEIGHBORS

This commit is contained in:
Simon Duquennoy 2017-10-26 16:29:04 +02:00
parent 04f053b7bf
commit 0f1dd71124
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
#ifdef NBR_TABLE_CONF_MAX_NEIGHBORS
#define NBR_TABLE_MAX_NEIGHBORS NBR_TABLE_CONF_MAX_NEIGHBORS
#else /* NBR_TABLE_CONF_MAX_NEIGHBORS */
#define NBR_TABLE_MAX_NEIGHBORS NBR_TABLE_CONF_MAX_NEIGHBORS
#define NBR_TABLE_MAX_NEIGHBORS 8
#endif /* NBR_TABLE_CONF_MAX_NEIGHBORS */
/* An item in a neighbor table */