mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user