diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-01-23 05:10:12 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-01-23 05:10:12 +0000 |
commit | 7b7fd6fbff666cf2072987622e69b2305f81874f (patch) | |
tree | 7d7c28ba0ce000f462c173530431c5a1216bdfb4 /usr | |
parent | f1227b8406b0a53b82bb449b08fd602aa2f853b6 (diff) | |
download | pfsense-7b7fd6fbff666cf2072987622e69b2305f81874f.zip pfsense-7b7fd6fbff666cf2072987622e69b2305f81874f.tar.gz |
Nuke scheduler type, parser ignores <!-- --> .... bad parser.
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/wizards/traffic_shaper_wizard.xml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml index a389faf..f3e9d05 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard.xml @@ -66,31 +66,6 @@ <javascriptafterformdisplay> </javascriptafterformdisplay> <fields> -<!-- - <field> - <name>Scheduler</name> - <type>select</type> - <typehint><br /><strong>CBQ:</strong> Each queue - can have a priority and a bandwidth assigned. Priority mainly controls - the time packets take to get sent out, while bandwidth has - primarily effects on throughput. - <br /><strong>HFSC:</strong> - Adds to CBQ with the support for both link-sharing and guaranteed real-time services. - It employs a service curve based QoS model, and its unique feature is an ability to - decouple delay and bandwidth allocation.</typehint> - <bindstofield>ezshaper->step2->scheduler</bindstofield> - <options> - <option> - <name>Class Based Queuing</name> - <value>cbq</value> - </option> - <option> - <name>Hierarchical Fair Service Curve</name> - <value>hfsc</value> - </option> - </options> - </field> ---> <field> <name>Setup network speeds - Please note that the wizard will automatically subtract 20% for the queues.</name> <type>listtopic</type> |