aboutsummaryrefslogtreecommitdiffstats
path: root/packages/carp_settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/carp_settings.xml')
-rw-r--r--packages/carp_settings.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/carp_settings.xml b/packages/carp_settings.xml
index 2ec27719..2c6a4fe1 100644
--- a/packages/carp_settings.xml
+++ b/packages/carp_settings.xml
@@ -42,6 +42,16 @@
<fielddescr>PFSync Interface</fielddescr>
<fieldname>pfsyncinterface</fieldname>
</columnitem>
+ <columnitem>
+ <fielddescr>Load Balancing</fielddescr>
+ <fieldname>balancing</fieldname>
+ <type>checkbox</type>
+ </columnitem>
+ <columnitem>
+ <fielddescr>Preemption</fielddescr>
+ <fieldname>premption</fieldname>
+ <type>checkbox</type>
+ </columnitem>
</adddeleteeditpagefields>
<!-- fields gets invoked when the user adds or edits a item. the following items
will be parsed and rendered for the user as a gui with input, and selectboxes. -->
@@ -64,6 +74,18 @@
<type>interfaces_selection</type>
<description>If Synchronize State is enabled, it will utilize this interface for communication.</description>
</field>
+ <field>
+ <fielddescr>Load Balancing</fielddescr>
+ <fieldname>balancing</fieldname>
+ <description>If this feature is enabled, CARP source-hashes the originating IP of a request. The hash is then used to select a virtual host from the available pool to handle the request. This is disabled by default.</description>
+ <type>checkbox</type>
+ </field>
+ <field>
+ <fielddescr>Preemption</fielddescr>
+ <fieldname>premption</fieldname>
+ <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>
</fields>
<custom_php_command_before_form>
</custom_php_command_before_form>