diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-14 19:54:17 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-14 19:54:17 +0000 |
commit | 508fe215e533f231512149ac3572e0691b5c9e72 (patch) | |
tree | 6ad299f39d2f71142ee5ad22b3d7849401a4f6b8 /packages/carp_settings.xml | |
parent | ccde5e7ad17ca0779ba6fcbcfd1f1ec15f169440 (diff) | |
download | pfsense-packages-508fe215e533f231512149ac3572e0691b5c9e72.tar.gz pfsense-packages-508fe215e533f231512149ac3572e0691b5c9e72.tar.bz2 pfsense-packages-508fe215e533f231512149ac3572e0691b5c9e72.zip |
* Add sync traffic shaper option checkbox
Diffstat (limited to 'packages/carp_settings.xml')
-rw-r--r-- | packages/carp_settings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/carp_settings.xml b/packages/carp_settings.xml index d991452a..e73429e1 100644 --- a/packages/carp_settings.xml +++ b/packages/carp_settings.xml @@ -97,6 +97,12 @@ <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 traffic shaper</fielddescr> + <fieldname>synchronizetrafficshaper</fieldname> + <description>When this option is enabled, this system will automatically sync the traffic shaper rules over to the other carp host every 5 minutes.</description> + <type>checkbox</type> </field> <field> <fielddescr>Synchronize to IP</fielddescr> |