mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Added support to multi LAN and fixes DHCP service error
This commit is contained in:
parent
df9484bf57
commit
0f51b329b0
4 changed files with 22 additions and 11 deletions
|
|
@ -972,7 +972,6 @@ end
|
|||
|
||||
function system_config:_enableDisableDhcpService()
|
||||
local dhcp_service_utils = require "dhcp_service_utils"
|
||||
|
||||
if self:isDhcpServerEnabled() then
|
||||
dhcp_service_utils.startDHCPService()
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue