mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
XMLRPC / HA sync - remove services from filter_configure_xmlrpc. closes https://github.com/opnsense/core/issues/4771
o add dpinger to routing, missed a spot there
This commit is contained in:
parent
a9a844148d
commit
08dcb63b0d
@ -383,7 +383,7 @@ function core_xmlrpc_sync()
|
||||
'help' => gettext('Synchronize the Static Route configuration and Gateways to the other HA host.'),
|
||||
'section' => 'staticroutes,gateways',
|
||||
'id' => 'staticroutes',
|
||||
'services' => ["routing"],
|
||||
'services' => ["routing", "dpinger"],
|
||||
);
|
||||
$result[] = array(
|
||||
'description' => gettext('Network Time'),
|
||||
|
||||
@ -123,13 +123,8 @@ function filter_configure_xmlrpc()
|
||||
require_once("interfaces.inc");
|
||||
|
||||
system_routing_configure();
|
||||
plugins_configure('monitor');
|
||||
filter_configure();
|
||||
system_hosts_generate();
|
||||
local_sync_accounts();
|
||||
plugins_configure('dhcp');
|
||||
plugins_configure('dns');
|
||||
plugins_configure('remote');
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user