mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Add smcroute integration and remove port from custom repeaters.
This commit is contained in:
parent
cf1b531561
commit
2cee598994
3 changed files with 73 additions and 13 deletions
|
|
@ -1054,6 +1054,17 @@ end
|
|||
|
||||
-- ##############################################
|
||||
|
||||
function system_config:_enableDisableSmcrouteService(enable_smcroute)
|
||||
local smcroute_service_utils = require "smcroute_service_utils"
|
||||
if (enable_smcroute) then
|
||||
smcroute_service_utils.startSmcrouteService()
|
||||
else
|
||||
smcroute_service_utils.stopSmcrouteService()
|
||||
end
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
function system_config.findDnsPreset(preset_name)
|
||||
require("prefs_utils")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue