mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +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
|
|
@ -354,7 +354,7 @@ local function validateResetStatsMode(mode)
|
|||
end
|
||||
|
||||
local function validateDevicesMode(mode)
|
||||
local modes = {"host_macs_only", "dhcp_macs_only"}
|
||||
local modes = {"source_macs_only", "dhcp_macs_only"}
|
||||
|
||||
return validateChoice(modes, mode)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue