Implements support of flow field FIREWALL_EVENT

This commit is contained in:
Simone Mainardi 2017-08-10 15:54:03 +02:00
parent ba31105a98
commit 816965b1ac
5 changed files with 5 additions and 0 deletions

View file

@ -661,6 +661,7 @@ local flow_fields_description = {
["FLOW_START_MICROSECONDS"] = i18n("flow_fields_description.flow_start_microseconds"),
["FLOW_END_MILLISECONDS"] = i18n("flow_fields_description.flow_end_milliseconds"),
["FLOW_END_MICROSECONDS"] = i18n("flow_fields_description.flow_end_microseconds"),
['FIREWALL_EVENT'] = i18n("flow_fields_description.firewall_event"),
["BIFLOW_DIRECTION"] = i18n("flow_fields_description.biflow_direction"),
["INGRESS_VRFID"] = i18n("flow_fields_description.ingress_vrfid"),
["FLOW_DURATION_MILLISECONDS"] = i18n("flow_fields_description.flow_duration_milliseconds"),