Fixes lateral movement link with VLANs

This commit is contained in:
Simone Mainardi 2021-08-11 11:05:40 +02:00
parent 7710386b3c
commit 768c22b6cb

View file

@ -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