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

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