aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-14 19:46:55 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-14 19:46:55 +0000
commitccde5e7ad17ca0779ba6fcbcfd1f1ec15f169440 (patch)
tree6b24f22ba02412ceb4bf3a41fcaa26001706c45e
parent2fb010e2f6564e70e4e31fc0deb317a536fdf86a (diff)
downloadpfsense-packages-ccde5e7ad17ca0779ba6fcbcfd1f1ec15f169440.tar.gz
pfsense-packages-ccde5e7ad17ca0779ba6fcbcfd1f1ec15f169440.tar.bz2
pfsense-packages-ccde5e7ad17ca0779ba6fcbcfd1f1ec15f169440.zip
* Add sync nat option checkbox
* Add sync aliases option checkbox
-rw-r--r--packages/carp_settings.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/packages/carp_settings.xml b/packages/carp_settings.xml
index 48bc1922..d991452a 100644
--- a/packages/carp_settings.xml
+++ b/packages/carp_settings.xml
@@ -80,7 +80,6 @@
<description>When preemption is enabled, each CARP host will look at the advskew (Advertising Frequency) parameter in the advertisements it receives from the master, to try to determine whether it can advertise more frequently. If so, it will begin advertising, and the current master, seeing that there is another host with a lower advskew, will bow out.</description>
<type>checkbox</type>
</field>
-
<field>
<fielddescr>Synchronize rules</fielddescr>
<fieldname>synchronizerules</fieldname>
@@ -88,6 +87,18 @@
<type>checkbox</type>
</field>
<field>
+ <fielddescr>Synchronize aliases</fielddescr>
+ <fieldname>synchronizealiases</fieldname>
+ <description>When this option is enabled, this system will automatically sync the aliases over to the other carp host every 5 minutes.</description>
+ <type>checkbox</type>
+ </field>
+ <field>
+ <fielddescr>Synchronize nat</fielddescr>
+ <fieldname>synchronizenat</fieldname>
+ <description>When this option is enabled, this system will automatically sync the nat rules over to the other carp host every 5 minutes.</description>
+ <type>checkbox</type>
+ </field>
+ <field>
<fielddescr>Synchronize to IP</fielddescr>
<fieldname>synchronizetoip</fieldname>
<description>Enter the IP address of the firewall you would like to synchornize your rules to.</description>