Implements VLAN Disaggregation over ZMQ

Fixes #1371
This commit is contained in:
Simone Mainardi 2017-07-24 23:36:19 +02:00
parent 285a7c5d97
commit 5a0855bd7c
6 changed files with 61 additions and 49 deletions

View file

@ -865,7 +865,7 @@ local known_parameters = {
["redirection_url"] = validateEmptyOr(validateSingleWord),
-- Multiple Choice
["multiple_flow_collection"] = validateChoiceInline({"none","probe_ip","ingress_iface_idx", "ingress_vrf_id"}),
["disaggregation_criterion"] = validateChoiceInline({"none", "vlan", "probe_ip", "ingress_iface_idx", "ingress_vrf_id"}),
["slack_notification_severity_preference"] = validateChoiceInline({"only_errors","errors_and_warnings","all_alerts"}),
["multiple_ldap_authentication"] = validateChoiceInline({"local","ldap","ldap_local"}),
["multiple_ldap_account_type"] = validateChoiceInline({"posix","samaccount"}),