Remove host macs and show source macs instead

This commit is contained in:
emanuele-f 2018-03-23 14:42:21 +01:00
parent 3a79a06665
commit 02cec8a2be
14 changed files with 76 additions and 114 deletions

View file

@ -86,8 +86,7 @@ end
-- First data source: memory
-- NB: we must fetch this data even if mode is "inactive_only", to properly filter redis data
local macs_stats = interface.getMacsInfo(nil, nil, nil, nil,
true --[[ sourceMacsOnly ]],
true --[[ hostMacsOnly ]], nil--[[manufacturer]],
true --[[ sourceMacsOnly ]], nil--[[manufacturer]],
tonumber(host_pools_utils.DEFAULT_POOL_ID), false)
if (macs_stats ~= nil) then