mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
s/slbd/relayd/ move to after filter is configured
This commit is contained in:
parent
cdcea13f94
commit
32259bc195
@ -216,8 +216,8 @@ function filter_configure_xmlrpc($raw_params) {
|
||||
$params = xmlrpc_params_to_php($raw_params);
|
||||
if(!xmlrpc_auth($params)) return $xmlrpc_g['return']['authfail'];
|
||||
require_once("vslb.inc");
|
||||
slbd_configure();
|
||||
filter_configure();
|
||||
relayd_configure();
|
||||
system_routing_configure();
|
||||
return $xmlrpc_g['return']['true'];
|
||||
}
|
||||
@ -329,4 +329,4 @@ $server = new XML_RPC_Server(
|
||||
'signature' => $get_notices_sig)
|
||||
)
|
||||
);
|
||||
?>
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user