mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fixes lateral movement link with VLANs
This commit is contained in:
parent
7710386b3c
commit
768c22b6cb
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ local function getMapUrl(flow, ifid, map, page)
|
|||
end
|
||||
|
||||
if flow["vlan_id"] and tonumber(flow["vlan_id"]) > 0 then
|
||||
url_params["vlan_id"] = flow["vlan_id"]
|
||||
url_params["vlan"] = flow["vlan_id"]
|
||||
end
|
||||
|
||||
if page then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue