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