Added preference to use mac inside flow key

This commit is contained in:
Matteo Biscosi 2023-03-23 16:41:50 +00:00
parent 287f46ae32
commit 95e55d6e65
6 changed files with 25 additions and 8 deletions

View file

@ -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,