mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Complete VLAN id MAC addresses removal
This commit is contained in:
parent
1ad9aade87
commit
d09454d0d1
15 changed files with 67 additions and 111 deletions
|
|
@ -72,7 +72,6 @@ if(isEmptyString(vlan)) then vlan = 0 end
|
|||
if(sortOrder == "desc") then sOrder = false else sOrder = true end
|
||||
|
||||
local macs_stats = interface.getMacsInfo(sortColumn, perPage, to_skip, sOrder,
|
||||
tonumber(vlan),
|
||||
source_macs_only,
|
||||
host_macs_only, manufacturer,
|
||||
nil, device_type, "", dhcp_macs_only)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue