mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Added DHCP filtering in L2 devices
This commit is contained in:
parent
c45cad108e
commit
bbb5b96d3e
8 changed files with 79 additions and 34 deletions
|
|
@ -88,7 +88,8 @@ end
|
|||
local macs_stats = interface.getMacsInfo(nil, nil, nil, nil,
|
||||
tonumber(vlan),
|
||||
true --[[ sourceMacsOnly ]],
|
||||
true --[[ hostMacsOnly ]], nil--[[manufacturer]], tonumber(host_pools_utils.DEFAULT_POOL_ID))
|
||||
true --[[ hostMacsOnly ]], nil--[[manufacturer]],
|
||||
tonumber(host_pools_utils.DEFAULT_POOL_ID), false)
|
||||
|
||||
if (macs_stats ~= nil) then
|
||||
macs_stats = macs_stats.macs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue