mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19: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
|
|
@ -20,7 +20,7 @@ if(host_info["host"] ~= nil) then
|
|||
local breakdown = {}
|
||||
|
||||
-- Show ARP sent/recv breakdown
|
||||
stats = interface.getMacInfo(host_info["host"], host_info["vlan"])
|
||||
stats = interface.getMacInfo(host_info["host"])
|
||||
|
||||
if stats ~= nil then
|
||||
local arp_sent = stats["arp_requests.sent"] + stats["arp_replies.sent"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue