From 2f6532d55221f86cbc717350eafb8e4404181cbd Mon Sep 17 00:00:00 2001 From: Ermal Date: Wed, 18 May 2011 23:09:48 +0000 Subject: Fixes #1514. Differentiate in the carp settings between layer7, limiter and queues so layer7 and limiters do not rely on queues being active. --- usr/local/pkg/carp_settings.xml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'usr/local') 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 @@ checkbox - Synchronize traffic shaper + Synchronize traffic shaper(queues) synchronizetrafficshaper - When this option is enabled, this system will automatically sync the traffic shaper configuration to the other CARP host when changes are made. + 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. + checkbox + + + Synchronize traffic shaper(limiter) + synchronizetrafficshaperlimiter + 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. + checkbox + + + Synchronize traffic shaper(layer7) + synchronizetrafficshaperlayer7 + 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. checkbox @@ -211,4 +223,4 @@ /* force a filter configure for syncing */ filter_configure(); - \ No newline at end of file + -- cgit v1.1