Complete VLAN id MAC addresses removal

This commit is contained in:
emanuele-f 2018-03-06 15:40:09 +01:00
parent 1ad9aade87
commit d09454d0d1
15 changed files with 67 additions and 111 deletions

View file

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