Even when database.network.parseARPcache is set to false, FTL should be cleaning the network table, adding in clients from its own knowledge (those that sent queries), and add local interfaces

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2023-03-13 11:10:40 +01:00
parent f7a784b34a
commit d0e3500c4e
2 changed files with 243 additions and 235 deletions
+2 -3
View File
@@ -117,9 +117,8 @@ void *DB_thread(void *val)
DBCLOSE_OR_BREAK();
}
// Parse neighbor cache (fill network table) if enabled
if (config.database.network.parseARPcache.v.b)
set_event(PARSE_NEIGHBOR_CACHE);
// Parse neighbor cache (fill network table)
set_event(PARSE_NEIGHBOR_CACHE);
}
// Intermediate cancellation-point