mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
Handle vlan as separate field
This commit is contained in:
parent
b408ba2aad
commit
780eb6cc14
1 changed files with 5 additions and 2 deletions
|
|
@ -381,8 +381,11 @@ function flow_alert_store:format_record(value, no_html)
|
|||
end
|
||||
|
||||
-- Host reference
|
||||
local cli_ip = hostinfo2hostkey(value, "cli")
|
||||
local srv_ip = hostinfo2hostkey(value, "srv")
|
||||
--local cli_ip = hostinfo2hostkey(value, "cli")
|
||||
--local srv_ip = hostinfo2hostkey(value, "srv")
|
||||
-- Handle VLAN as a separate field
|
||||
local cli_ip = value["cli_ip"]
|
||||
local srv_ip = value["srv_ip"]
|
||||
|
||||
local shorten_msg
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue