summaryrefslogtreecommitdiffstats
path: root/usr/local/pkg
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-05-18 23:09:48 +0000
committerErmal <eri@pfsense.org>2011-05-18 23:09:48 +0000
commit2f6532d55221f86cbc717350eafb8e4404181cbd (patch)
tree740e98927ad65825471488f6edfe4048c996f033 /usr/local/pkg
parent941baf1e268f9e4483983a14c55de1b3cc20efea (diff)
downloadpfsense-2f6532d55221f86cbc717350eafb8e4404181cbd.zip
pfsense-2f6532d55221f86cbc717350eafb8e4404181cbd.tar.gz
Fixes #1514. Differentiate in the carp settings between layer7, limiter and queues so layer7 and limiters do not rely on queues being active.
Diffstat (limited to 'usr/local/pkg')
-rw-r--r--usr/local/pkg/carp_settings.xml18
1 files changed, 15 insertions, 3 deletions
diff --git a/usr/local/pkg/carp_settings.xml b/usr/local/pkg/carp_settings.xml
index 3365bba..f335236 100644
--- a/usr/local/pkg/carp_settings.xml
+++ b/usr/local/pkg/carp_settings.xml
@@ -171,9 +171,21 @@
<type>checkbox</type>
</field>
<field>
- <fielddescr>Synchronize traffic shaper</fielddescr>
+ <fielddescr>Synchronize traffic shaper(queues)</fielddescr>
<fieldname>synchronizetrafficshaper</fieldname>
- <description>When this option is enabled, this system will automatically sync the traffic shaper configuration to the other CARP host when changes are made.</description>
+ <description>When this option is enabled, this system will automatically sync the traffic shaper configuration for queues to the other CARP host when changes are made.</description>
+ <type>checkbox</type>
+ </field>
+ <field>
+ <fielddescr>Synchronize traffic shaper(limiter)</fielddescr>
+ <fieldname>synchronizetrafficshaperlimiter</fieldname>
+ <description>When this option is enabled, this system will automatically sync the traffic shaper configuration for limiters to the other CARP host when changes are made.</description>
+ <type>checkbox</type>
+ </field>
+ <field>
+ <fielddescr>Synchronize traffic shaper(layer7)</fielddescr>
+ <fieldname>synchronizetrafficshaperlayer7</fieldname>
+ <description>When this option is enabled, this system will automatically sync the traffic shaper configuration for layer7 to the other CARP host when changes are made.</description>
<type>checkbox</type>
</field>
<field>
@@ -211,4 +223,4 @@
/* force a filter configure for syncing */
filter_configure();
</custom_add_php_command_late>
-</packagegui> \ No newline at end of file
+</packagegui>
OpenPOWER on IntegriCloud