mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Added traffic direction and remove cli and srv location (#6665)
This commit is contained in:
parent
b5566ee3de
commit
2885659195
5 changed files with 36 additions and 19 deletions
|
|
@ -1110,6 +1110,7 @@ function historical_flow_utils.get_tags()
|
|||
flow_defined_tags["snmp_interface"] = tag_utils.defined_tags["snmp_interface"]
|
||||
flow_defined_tags["country"] = tag_utils.defined_tags["country"]
|
||||
flow_defined_tags["l7_error_id"] = tag_utils.defined_tags["l7_error_id"]
|
||||
flow_defined_tags["traffic_direction"] = tag_utils.defined_tags["traffic_direction"]
|
||||
flow_defined_tags["confidence"] = tag_utils.defined_tags["confidence"]
|
||||
|
||||
return flow_defined_tags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue