mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added preference to use mac inside flow key
This commit is contained in:
parent
287f46ae32
commit
95e55d6e65
6 changed files with 25 additions and 8 deletions
|
|
@ -2025,6 +2025,7 @@ local known_parameters = {
|
|||
["toggle_dst_with_post_nat_dst"] = validateBool,
|
||||
["toggle_src_with_post_nat_src"] = validateBool,
|
||||
["toggle_behaviour_analysis"] = validateBool,
|
||||
["toggle_use_mac_in_flow_key"] = validateBool,
|
||||
["behaviour_analysis_learning_period"] = validateNumber,
|
||||
["behaviour_analysis_learning_status_during_learning"] = validateNumber,
|
||||
["behaviour_analysis_learning_status_post_learning"] = validateNumber,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue