mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fix various bugs and add ports in the host scan modal. (#7698)
This commit is contained in:
parent
a7c49205ef
commit
a93201e42f
20 changed files with 540 additions and 109 deletions
|
|
@ -1976,8 +1976,12 @@ local known_parameters = {
|
|||
["metric_label"] = validateUnquoted,
|
||||
["flows_page_type"] = validateSingleWord,
|
||||
["scan_type"] = validateSingleWord,
|
||||
["scan_ports"] = validateSingleWord,
|
||||
["scan_params"] = validateUnquoted,
|
||||
["scan_single_host"] = validateBool,
|
||||
["delete_all_scan_hosts"] = validateBool,
|
||||
["scan_return_result"] = validateBool,
|
||||
["scan_ports_rsp"] = validateBool,
|
||||
|
||||
["snmp_device"] = validateDevice,
|
||||
["snmp_device_port"] = validateSNMPIfidNumber,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue