mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
parent
17268a4c60
commit
05a88ae832
2 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ vlans_stats = vlans_stats["VLANs"]
|
|||
local res_formatted = {}
|
||||
|
||||
for _, vlan in ipairs(vlans_stats) do
|
||||
local record = vlan2record(getInterfaceId(ifname), vlan)
|
||||
local record = vlan2record(interface.getId(), vlan)
|
||||
res_formatted[#res_formatted + 1] = record
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue