mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Fixed potential duplicate host with the same IP and different MACs
This commit is contained in:
parent
224be38cc8
commit
b0d7960a0a
5 changed files with 24 additions and 18 deletions
|
|
@ -2141,6 +2141,10 @@ local known_parameters = {
|
|||
["view"] = validateSingleWord,
|
||||
["enabled"] = validateBool,
|
||||
|
||||
-- CLASSIFICAION
|
||||
["classification_user_id"] = validateNumber,
|
||||
["classification_user_token"] = validateSingleWord,
|
||||
|
||||
-- VULNERABILITY SCAN
|
||||
["scan_type"] = validateSingleWord,
|
||||
["discovered_host_scan_type"] = validateListOfTypeInline(validateSingleWord),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue