mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fixes bidirectional traffic check description
This commit is contained in:
parent
5fbe4dff79
commit
3d6d26422a
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ end
|
|||
-- #######################################################
|
||||
|
||||
function alert_vlan_bidirectional_traffic.format(ifid, alert, alert_type_params)
|
||||
local vlan_id = alert["vlan_id"]
|
||||
local vlan_id = getFullVlanName(alert["vlan_id"], false, true)
|
||||
local tx = format_utils.bytesToSize(alert["cli2srv_bytes"])
|
||||
local rx = format_utils.bytesToSize(alert["srv2cli_bytes"])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue