Add all clients FTL knowns about to the network table. This requires a yet to be done modification to the web interface to hide the mock hardware addresses we generate for these devices.

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2020-03-07 10:58:19 +01:00
parent 71e849816b
commit 2317c8998f
2 changed files with 119 additions and 25 deletions
+1 -2
View File
@@ -376,10 +376,9 @@ void DB_read_queries(void)
query->reply = REPLY_UNKNOWN;
query->CNAME_domainID = -1;
// Set lastQuery timer and add one query for network table
// Set lastQuery timer for network table
clientsData* client = getClient(clientID, true);
client->lastQuery = queryTimeStamp;
client->numQueriesARP++;
// Handle type counters
if(type >= TYPE_A && type < TYPE_MAX)