mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Bring up interfaces after sycning
This commit is contained in:
parent
0de25bc824
commit
985e98eed5
@ -179,6 +179,7 @@ function interfaces_carp_configure_xmlrpc($raw_params) {
|
||||
$params = xmlrpc_params_to_php($raw_params);
|
||||
if(!xmlrpc_auth($params)) return new XML_RPC_Response(new XML_RPC_Value("auth_failure", $XML_RPC_String));
|
||||
interfaces_carp_configure();
|
||||
interfaces_carp_bring_up_final();
|
||||
return new XML_RPC_Response(new XML_RPC_Value(true, $XML_RPC_Boolean));
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user