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
|
|
@ -17,7 +17,7 @@ local host_info = url2hostinfo(_GET)
|
|||
|
||||
interface.select(ifname)
|
||||
|
||||
local host = interface.getMacInfo(host_info["host"], host_info["vlan"])
|
||||
local host = interface.getMacInfo(host_info["host"])
|
||||
|
||||
local res = {}
|
||||
if host ~= nil then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue