Restart dhcpd and OpenVPN on backup box. Fixes #646 - Helps ticket #645 but that still needs work.

This commit is contained in:
jim-p 2010-06-11 14:08:13 -04:00
parent fefa562174
commit c3fef0c9b4

View File

@ -226,6 +226,9 @@ function filter_configure_xmlrpc($raw_params) {
system_routing_configure();
setup_gateways_monitor();
relayd_configure();
require_once("openvpn.inc");
openvpn_resync_all();
services_dhcpd_configure();
return $xmlrpc_g['return']['true'];
}