Commit 5997f1df authored by Ad Schellevis's avatar Ad Schellevis

(legacy/xmlrpc) add glue for trafficshaper/captive portal sync

parent 1a4a3229
...@@ -289,6 +289,8 @@ if (isset($config['hasync']) && is_array($config['hasync'])) { ...@@ -289,6 +289,8 @@ if (isset($config['hasync']) && is_array($config['hasync'])) {
$section_cnf['synchronizeauthservers'] = 'system.authserver'; $section_cnf['synchronizeauthservers'] = 'system.authserver';
$section_cnf['synchronizednsforwarder'] = 'dnsmasq'; $section_cnf['synchronizednsforwarder'] = 'dnsmasq';
$section_cnf['synchronizeschedules'] = 'schedules'; $section_cnf['synchronizeschedules'] = 'schedules';
$section_cnf['synchronizeshaper'] = 'OPNsense.TrafficShaper';
$section_cnf['synchronizecaptiveportal'] = 'OPNsense.captiveportal';
$sections = array(); $sections = array();
foreach ($section_cnf as $cnf_key => $cnf_sections) { foreach ($section_cnf as $cnf_key => $cnf_sections) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment