mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Implemented MAC address monitoring of inactive MAC addresses (seen in the past 30 days)
This commit is contained in:
parent
59f8bbcb58
commit
5f849f84a6
13 changed files with 139 additions and 35 deletions
|
|
@ -54,10 +54,14 @@ else
|
|||
tablePreferences("rows_number", perPage)
|
||||
end
|
||||
|
||||
local source_macs_only = false
|
||||
local source_macs_only = false
|
||||
local inactive_macs_only = true
|
||||
|
||||
if devices_mode == "source_macs_only" then
|
||||
source_macs_only = true
|
||||
elseif devices_mode == "inactive_macs_only" then
|
||||
source_macs_only = true
|
||||
inactive_macs_only = true
|
||||
end
|
||||
|
||||
interface.select(ifname)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue