Added support to multi LAN and fixes DHCP service error

This commit is contained in:
Matteo Biscosi 2022-11-10 17:46:26 +01:00
parent df9484bf57
commit 0f51b329b0
4 changed files with 22 additions and 11 deletions

View file

@ -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