mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fix wireless configuration. Handle appliance reboot.
This commit is contained in:
parent
425dd7929d
commit
92d8d9396d
7 changed files with 88 additions and 23 deletions
|
|
@ -616,7 +616,6 @@ function system_config:_writeBridgeModeNetworkConfig(f)
|
|||
if ntop.isIoTBridge() then
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/conf_handlers/?.lua;" .. package.path
|
||||
local wireless = require("wireless")
|
||||
|
||||
-- Bridge mode on IoT bridge, setting up Wireless
|
||||
if (self.config.wireless.enabled) then
|
||||
-- WiFi Access Point (creates a br0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue