mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Remove host macs and show source macs instead
This commit is contained in:
parent
3a79a06665
commit
02cec8a2be
14 changed files with 76 additions and 114 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue