diff options
author | jim-p <jimp@pfsense.org> | 2010-06-11 11:47:56 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2010-06-11 11:50:54 -0400 |
commit | 9434370cd00b9b2bf12be0add969d92730810d3d (patch) | |
tree | 76fca0e07610971ecf91ce91424ca98faf0e2f26 /usr | |
parent | ddc75a80690a26e3368e1c2692f9a0940ba831f3 (diff) | |
download | pfsense-9434370cd00b9b2bf12be0add969d92730810d3d.zip pfsense-9434370cd00b9b2bf12be0add969d92730810d3d.tar.gz |
Sync OpenVPN settings and DHCP Daemon settings via XMLRPC, and for DHCP set a proper failover IP where needed. Ticket #645 & Ticket #646 - Still needs a way to sync/restart services on Backup after config sync.
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/pkg/carp_settings.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr/local/pkg/carp_settings.xml b/usr/local/pkg/carp_settings.xml index cac39ab..97aee7a 100644 --- a/usr/local/pkg/carp_settings.xml +++ b/usr/local/pkg/carp_settings.xml @@ -106,14 +106,18 @@ <description>When this option is enabled, this system will automatically sync the IPsec configuration to the other CARP host when changes are made.</description> <type>checkbox</type> </field> - <!-- + <field> + <fielddescr>Synchronize OpenVPN</fielddescr> + <fieldname>synchronizeopenvpn</fieldname> + <description>When this option is enabled, this system will automatically sync the OpenVPN configuration to the other CARP host when changes are made.</description> + <type>checkbox</type> + </field> <field> <fielddescr>Synchronize DHCPD</fielddescr> <fieldname>synchronizedhcpd</fieldname> <description>When this option is enabled, this system will automatically sync the DHCP Server settings over to the other carp host when changes are made.</description> <type>checkbox</type> </field> - --> <field> <fielddescr>Synchronize Wake on LAN</fielddescr> <fieldname>synchronizewol</fieldname> |