mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Implement host MUD recording and dump
This commit is contained in:
parent
ca56f94cef
commit
c97ef3d908
6 changed files with 475 additions and 0 deletions
|
|
@ -1314,6 +1314,7 @@ local known_parameters = {
|
|||
["send_test_slack"] = validateEmpty,
|
||||
["send_test_webhook"] = validateEmpty,
|
||||
["network_discovery_interval"] = validateNumber,
|
||||
["mud_recording"] = validateChoiceInline({"disabled", "general_purpose", "special_purpose"}),
|
||||
["captive_portal_id_method"] = validateChoiceInline({"mac", "ip"}),
|
||||
--
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue