summaryrefslogtreecommitdiffstats
path: root/etc/inc/shaper.inc
Commit message (Collapse)AuthorAgeFilesLines
* Fix logic to find available next number for limiters and queues. It fixes #3998Renato Botelho2014-11-131-2/+2
|
* Hide burst for limiters, since it doesn't do anything. more details inChris Buechler2014-10-291-9/+10
| | | | ticket #3933
* Fixes #3213. Allow up to 2900 limiters. This was set to 30 since limiters ↵Ermal2014-10-151-2/+4
| | | | are to be controlled by mask and not created manually!
* no () around qlength hereChris Buechler2014-07-091-1/+1
|
* qlimit must be included hereChris Buechler2014-07-081-0/+2
|
* Convert almost all /sbin/sysctl calls to php functionsRenato Botelho2014-07-071-1/+4
|
* Remove units from burst as it is always specified in bytes. (Per ipfw(8)).jim-p2014-05-061-2/+2
| | | | Worked for me in testing, I watched a file briefly burst until and then be clamped down to the limiter's rate.
* Put this here for easier troubleshooting and code reading. Helps with Ticket ↵Ermal2014-04-281-7/+4
| | | | #3619
* Use php module calls here to speedup thingsErmal2014-04-281-2/+2
|
* Avoid warnings later on if no config for layer7 existsErmal2014-04-141-1/+3
|
* replaced uppercase html tags with lowercaseayvis2014-03-191-1/+1
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* xhtml Complianceayvis2014-03-141-49/+49
| | | replaced <br>, <br/> and </br> with <br />
* Fix #2302, save custom uploaded l7 pattern files on config.xml and replicate ↵Renato Botelho2014-02-241-0/+16
| | | | it to slave
* Set variable after make sure it's defined and has elementsRenato Botelho2014-02-241-3/+3
|
* Fix whitespace and indentRenato Botelho2014-02-241-827/+827
|
* Add escapeshellarg() calls on exec parameters. While I'm here, replace some ↵Renato Botelho2014-02-041-1/+1
| | | | exec() calls by php functions like symlink, copy, unlink, mkdir
* Fix #3259. Save 'packet loss rate' and 'bucket size' for limiter queuesRenato Botelho2013-10-211-0/+8
|
* Fix 'Packet loss rate' and 'Bucket Size' range checkingRenato Botelho2013-10-111-4/+4
|
* Fix codel not being applied on non-priq queue typesRichard Connon2013-09-281-0/+9
|
* Fixed typo in CoDel wiki linkRichard Connon2013-09-281-1/+1
|
* Remove call-time pass by reference from traffic shaper files, it should fix ↵Renato Botelho2013-09-121-17/+17
| | | | #2565
* Traffic Shaper GUI text typosPhil Davis2013-09-031-15/+13
| | | and note the Queue Limit is a number of packets (not packets per second)
* Dummynet does not require burst size specificationJean Cyr2013-09-021-5/+2
| | | | | Dummynet traffic shaper does not require burst size specification and assumes 0 if not specified. Allow user to leave burst field blank/
* Correct the comments describing the error with correct valuesErmal2013-06-191-3/+3
|
* Add a brief description about bandwidth vs bursting.jim-p2013-06-181-0/+1
|
* A better fix for conditionally including burst.jim-p2013-06-181-2/+2
|
* Burst of 0 is also validjim-p2013-06-181-2/+2
|
* Only add burst if a burst is definedjim-p2013-06-181-2/+4
|
* Include the burst size in the limiter. Submitted-by: ↵Ermal2013-06-171-4/+27
| | | | http://forum.pfsense.org/index.php/topic,62470.0.html
* Do not hide IPV6 setting when system->advanced->network->allowipv6 is falseJean Cyr2013-05-281-68/+32
|
* Allow IPV6 bandwidth limiter maskJean Cyr2013-05-211-56/+116
|
* Bandwidth Limiter - Disable and blank mask bits input field when mask type ↵Jean Cyr2013-05-131-12/+40
| | | | is 'none'.
* Allow explicit mask specification in bandwidth limiterJean Cyr2013-05-111-28/+81
| | | | | Allow explicit mask specification in bandwidth limiter. This backwards compatible and implements ermal suggestions.
* Allow codel to be activated as an option for the specific queues or as its ↵Ermal2013-05-061-5/+73
| | | | own discipline without any childs
* Tidy up "shaper.inc" XHTMLColin Fleming2013-04-091-1/+1
| | | | Add missing closing P tag
* Fixes Javascript ErrorsMichele Di Maria2013-04-071-3/+3
| | | | | Fixes the Javascript error that prevents enabling/disabling the objects in the interface.
* Tidy up "shaper.inc" XHTMLColin Fleming2013-04-031-32/+31
| | | | | | | | | | | | Add missing end TR tag Add missing end TD tag Add missing end SPAN tag Move table row start into the PHP IF statement, so that the IF statement generates the full table row Remove duplicate ID in INPUT tag Size parameter in INPUT tag can only be a whole number Name parameter is not valid for TR tag Add missing end P tag
* Update HTML boolean operatorsColin Fleming2013-03-291-122/+122
| | | Updated CHECKED, SELECTED and DISABLED boolean operator
* Tidy up "shaper.inc" XHTMLColin Fleming2013-03-251-72/+72
| | | | | | Close INPUT tags Close IMG tags and add "alt" parameter Change ONCLICK and ONCHANGE to lowercase
* Tidy up "shaper" and "firewall shaper" XHTMLColin Fleming2013-03-231-57/+57
| | | | | | Update VALIGN Deprecated the ampersand in ANCHOR tags Update TYPE in script
* Tidy up "shaper.inc" XHTMLColin Fleming2013-03-221-40/+48
| | | | | Add CDATA sections to javascript Close off the BR tags
* Previous attempt to fix #1995 allow to set more than one default queues, ↵Renato Botelho2013-01-211-1/+2
| | | | prevent it with this change. It should fix #1995
* Remove call-time pass-by-referenceRenato Botelho2013-01-171-1/+1
|
* Allow to edit default queue. Should fix #1995Renato Botelho2013-01-171-1/+1
|
* Correct limiter queue rule generationErmal2012-12-171-1/+1
|
* Enable io_fast on dummynet to avoid uncessesary loop arounds of packetsErmal2012-11-171-1/+3
|
* Correctly mark found configuration. Ermal Luçi2012-11-091-0/+2
| | | Fixes http://forum.pfsense.org/index.php/topic,54595.0.html
* More fixes to the schedules rulesErmal2012-11-081-1/+3
|
* break the loop for none schedule limitersErmal2012-11-071-2/+5
|
* Mark the pipe/queue with zero(unlimited) bandwidth to allow traffic on the ↵Ermal2012-10-291-1/+5
| | | | state to flow still or new traffic matching the rule to flow. Dummynet blocks traffic not matchign apipe/flow by default. Reported-by: http://forum.pfsense.org/index.php/topic,54595.msg294734.html#msg294734
OpenPOWER on IntegriCloud