mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-10 09:19:04 +00:00
Add Use Host Pools for Local Host Detection preference to mark as local all hosts in pools
This commit is contained in:
parent
b13fcf38fa
commit
6bfcd58416
9 changed files with 55 additions and 7 deletions
|
|
@ -2435,6 +2435,7 @@ local known_parameters = {
|
|||
["toggle_src_with_post_nat_src"] = validateBool,
|
||||
["toggle_behaviour_analysis"] = validateBool,
|
||||
["toggle_use_mac_in_flow_key"] = validateBool,
|
||||
["toggle_use_host_pools_for_local"] = validateBool,
|
||||
["toggle_fingerprint_stats"] = validateBool,
|
||||
["toggle_starttls"] = validateBool,
|
||||
["toggle_dump_pcap_to_clickhouse"] = validateBool,
|
||||
|
|
|
|||
|
|
@ -459,6 +459,10 @@ local menu_subpages = {{
|
|||
title = i18n("prefs.toggle_use_mac_in_flow_key_title"),
|
||||
description = i18n("prefs.toggle_use_mac_in_flow_key_description")
|
||||
},
|
||||
toggle_use_host_pools_for_local = {
|
||||
title = i18n("prefs.toggle_use_host_pools_for_local_title"),
|
||||
description = i18n("prefs.toggle_use_host_pools_for_local_description")
|
||||
},
|
||||
topk_heuristic_precision = {
|
||||
title = i18n("prefs.topk_heuristic_precision_title"),
|
||||
description = i18n("prefs.topk_heuristic_precision_description")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue