summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
Commit message (Collapse)AuthorAgeFilesLines
* Just show right type of interfaces (LAN/WAN) on traffic shapper wizards, it ↵Renato Botelho2014-07-241-0/+6
| | | | fixes #3535
* Fix indent and whitespacesRenato Botelho2014-07-241-277/+277
|
* replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these ↵ayvis2014-03-181-1/+1
| | | | files to UTF-8
* standardize on www.pfsense.org and HTTPS, point package URLs toChris Buechler2014-03-141-1/+1
| | | | packages.pfsense.org
* Remove call-time pass by reference from traffic shaper files, it should fix ↵Renato Botelho2013-09-121-16/+16
| | | | #2565
* Avoid set 2 sources on shaper wizard. Fixes #2959Renato Botelho2013-04-241-1/+0
|
* Track user/time a firewall rule was created and last updated, and show this ↵jim-p2013-03-201-1/+7
| | | | information at the bottom of the page when viewing the firewall rule. Have various places in the system that create rules add a proper entry to indicate their origin.
* Fix wording for VoIP address option in the shaper. Add rule going the other ↵jim-p2013-02-271-5/+18
| | | | direction to catch connections initiated both ways.
* Fixes #1948. Do not specify an interface for the Voip rules that intend a ↵Ermal2011-10-151-1/+1
| | | | source ip.
* Make the checks during step4 and step5 actually work.Ermal2011-08-091-2/+2
|
* Declare the arrays as global since that is what they are. Correct the name ↵Ermal2011-08-021-1/+1
| | | | of asterisk in the global defniition.
* Correct priority number to not have clashes with PRIQ which do not allow ↵Ermal2011-07-281-2/+2
| | | | same priority numbers for two different queues.
* Ticket #749. Make the rules of the traffic shaper wizard select the wan side ↵Ermal2011-07-221-159/+170
| | | | of the interfaces to not make the intra-lan traffic classifible in this way.
* Actually increase the default queue length for the new default queueErmal2011-07-151-0/+2
|
* Respect the p2p catchall setting.Ermal2011-07-151-26/+28
|
* Re-enable downstream queues but with the difference that the default queue ↵Ermal2011-07-151-281/+270
| | | | now tries to use all the link when possible and the bandwidth limit is specified on a subqueue instead of the interface.
* Revert "Ticket #749. Do not create the queues at LAN side for ↵Ermal2011-07-151-0/+383
| | | | | | traffic_shaper_wizard_dedicated. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind)." This reverts commit cd3346e205ad0f818977b7ccd0bd7259ed2f2e4e.
* Remove direction from traffic shaper generated rules now that the match ↵Ermal2011-02-221-7/+0
| | | | action is present to correctly put packets on proper queues. Before it was not possible since this would have also open firewall ports/holes.
* Correctly verify the input on bandwith at voip step for traffic shaper ↵Ermal2011-02-121-16/+32
| | | | wizards. Reported-by: http://forum.pfsense.org/index.php/topic,32833.0.html
* Convert the shapers to the match action so the generated rules do not impact ↵Ermal2011-02-111-0/+7
| | | | the filtering policy implemented.
* Do proper input validation on traffic shaper wizards to not allow empty fiedls.Ermal2011-01-241-32/+31
|
* Properly check empty fields when specifying bandwidth values.Ermal2011-01-241-1/+1
|
* Ticket #749. Do not create the queues at LAN side for ↵Ermal2010-12-221-383/+0
| | | | traffic_shaper_wizard_dedicated. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind).
* Use the provided settings even for HFSC scheduler instead of hardcoding ↵Ermal2010-12-221-35/+28
| | | | 32Kbit/s speed on VoIP. Also cleanup some whitespace.
* Use 1024 not 1000 in conversion.Ermal2010-12-211-3/+3
|
* Provide a default value to the function for converting kb/Mb to coeficient ↵Ermal2010-12-141-1/+1
| | | | for math.
* Use correct variable name so the message is actually displayed.Ermal2010-12-091-2/+2
|
* Ticket #1081. Fix header() function to do correct redirection. Also remove ↵Ermal2010-12-071-5/+1
| | | | bogus step9 in the wizards.
* Add exit; so the redirection actually works.Ermal2010-11-291-0/+1
|
* Remove old reference to function. Reported-by: ↵Ermal2010-11-291-2/+2
| | | | http://forum.pfsense.org/index.php/topic,30508.0.html
* Traffic shaper wizards remove redirection before final step. This seems a ↵Ermal2010-10-201-3/+0
| | | | forgotten item.
* Fix the dedicated and multi_all wizards. They had typos in variable names ↵Ermal2010-10-181-6/+4
| | | | and some remaining unused code which caused problems!
* Add/Update copyrights where applicable. Mark copyright on XML as CDATA to ↵Ermal2010-08-191-3/+2
| | | | aviod any issues that might happen.
* These needs to be exit. Fix some whitespace too.Ermal2010-08-181-2/+2
|
* Resolves #713. Take in conisderation the suggestion of not setting m1 ↵Ermal2010-08-181-44/+4
| | | | parameter to 0b.
* Keep the list of different applications port numbers on a single file to ↵Ermal2010-08-181-316/+3
| | | | easy its maintainance and sharing.
* Also do the wizard optimizations and user-friendliness to the ↵Ermal2010-08-181-2/+3
| | | | traffic_shaper_wizard_multi_all.xml
* Also do the wizard optimizations and user-friendliness to the ↵Ermal2010-08-181-425/+443
| | | | traffic_shaper_wizard_dedicated.xml
* add TCP 1119 for battle.netChris Buechler2010-08-071-0/+1
|
* Use propper field names.Ermal Luçi2009-12-291-2/+2
|
* Resolves #169. Show interface friendly names during the wizards. Some more ↵Ermal Luçi2009-11-251-87/+93
| | | | cosemtics is needed in this wizard but this is a first step.
* Unbreak the wizards. Some one enabled this disabled parts without even ↵Ermal Luçi2009-11-031-3/+3
| | | | testing! Pointy-hat-to: scott@?!
* Uncomment safety-belt checks that are required to avoid filter errors. Not ↵Scott Ullrich2009-09-231-25/+15
| | | | sure why they are uncommented? Unfinished testing is my first guess.
* Change variables to match the formScott Ullrich2009-09-031-2/+2
|
* game was canceled... no longer available...mfuchs2009-09-011-6/+0
|
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-2/+2
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* Fix ticket #1837.Ermal Luçi2008-11-171-6/+6
|
* Use ECN for the queues created by the wizard which is a more recent ↵Ermal Luçi2008-10-081-18/+18
| | | | | | technology and i am tired of explaining to users how to handle errors on it. Strange is this is an ALPHA(!!) release! The actual problem is in the dummynet merge with pf which has a red keyword with diferent parameters.
* readd HBCI & ArchLord to the shaperMartin Fuchs2008-08-031-1/+1
|
* Reactivate setting the root queue bandwidth so rules created by wizards do ↵Ermal Luçi2008-06-021-4/+4
| | | | | | | | not fail with interfaces that cannot report their bandwidth. This involves people to do some manual setup on multi-lan setups but it is better than failing and telling them to fix everything by hand.
OpenPOWER on IntegriCloud