diff options
author | Ermal <eri@pfsense.org> | 2010-08-31 14:13:12 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2010-08-31 14:13:12 +0000 |
commit | b9d017f5df98a4db3691890ea48211361ef430a6 (patch) | |
tree | acd193a12f7f5d66578782fde6acd3572555f064 /usr/local/www | |
parent | 62a4abc92cd31983d4b1c09eb95d28e001d9869d (diff) | |
download | pfsense-b9d017f5df98a4db3691890ea48211361ef430a6.zip pfsense-b9d017f5df98a4db3691890ea48211361ef430a6.tar.gz |
Ticket #733. Provide a description that custom bandwidths cannot exceed 30% of entered bandwidths for interfaces/links.
Diffstat (limited to 'usr/local/www')
4 files changed, 12 insertions, 4 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml index 002ed24..1279785 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard.xml @@ -35,7 +35,9 @@ <id>1</id> <title>pfSense Traffic Shaper Wizard</title> <disableheader>true</disableheader> - <description>This wizard will guide you through setting up the pfSense traffic shaper.</description> + <description>This wizard will guide you through setting up the pfSense traffic shaper. + Please be aware that Custom Bandwidths should not exceed 30% of the interface/link bandwidth. Keep this in mind during the wizard. + </description> <fields> <field> <displayname>Enter number of WAN connections</displayname> diff --git a/usr/local/www/wizards/traffic_shaper_wizard_dedicated.xml b/usr/local/www/wizards/traffic_shaper_wizard_dedicated.xml index 56cd97d..8688db1 100755 --- a/usr/local/www/wizards/traffic_shaper_wizard_dedicated.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard_dedicated.xml @@ -36,7 +36,9 @@ <id>1</id> <title>pfSense Traffic Shaper Wizard</title> <disableheader>true</disableheader> - <description>This wizard will guide you through setting up the pfSense traffic shaper.</description> + <description>This wizard will guide you through setting up the pfSense traffic shaper. + Please be aware that Custom Bandwidths should not exceed 30% of the interface/link bandwidth. Keep this in mind during the wizard. + </description> <fields> <field> <type>listtopic</type> diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml index 2b42d92..a138054 100755 --- a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml @@ -36,7 +36,9 @@ <id>1</id> <title>pfSense Traffic Shaper Wizard</title> <disableheader>true</disableheader> - <description>This wizard will guide you through setting up the pfSense traffic shaper.</description> + <description>This wizard will guide you through setting up the pfSense traffic shaper. + Please be aware that Custom Bandwidths should not exceed 30% of the interface/link bandwidth. Keep this in mind during the wizard. + </description> <fields> <field> <type>listtopic</type> diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.xml b/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.xml index f97932b..f99f9e7 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.xml @@ -36,7 +36,9 @@ <id>1</id> <title>pfSense Traffic Shaper Wizard</title> <disableheader>true</disableheader> - <description>This wizard will guide you through setting up the pfSense traffic shaper for the situation where you have 1 WAN connection and multiple LAN connections.</description> + <description>This wizard will guide you through setting up the pfSense traffic shaper for the situation where you have 1 WAN connection and multiple LAN connections. + Please be aware that Custom Bandwidths should not exceed 30% of the interface/link bandwidth. Keep this in mind during the wizard. + </description> <fields> <field> <displayname>Enter number of LAN type connections</displayname> |