summaryrefslogtreecommitdiffstats
path: root/etc/inc/shaper.inc
Commit message (Collapse)AuthorAgeFilesLines
* Clarify note on limiter queue weight to state that higher values get a ↵jim-p2014-03-201-1/+1
| | | | larger share.
* XHTML ComplianceN0YB2014-03-011-4/+4
| | | | Firewall - Traffic Shaper
* 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 Conflicts: etc/inc/filter_log.inc etc/inc/interfaces.inc etc/inc/pfsense-utils.inc etc/inc/pkg-utils.inc
* 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
|
* Merge pull request #796 from phil-davis/masterChris Buechler2013-09-031-15/+11
| | | | Traffic Shaper GUI text typos
* Dummynet does not require burst size specificationJean Cyr2013-09-021-4/+3
| | | | | | Dummynet traffic shaper does not require burst size specification and assumes 0 if not specified. Allow user to leave burst field blank, if not blank the must be numeric
* 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
* Back port sharper.inc commit from master to RELENG_2_1Jean Cyr2013-05-301-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
* To avoid issues with missing removed schedules just do not create the pipe ↵Ermal2012-10-241-1/+2
| | | | at all
* Correct issues with limiters. 1. correct spelling of config option 2. avoid ↵Ermal2012-10-231-2/+2
| | | | duplicating javascript
* Check if there is any configuration present before going through it.Ermal2012-10-181-1/+1
|
* Check if there is any configuration present before going through it.Ermal2012-10-181-5/+7
|
* Merge pull request #239 from phil-davis/masterErmal Luçi2012-10-151-2/+2
|\ | | | | Limiter addBwRowTo plus icon syntax
| * Limiter addBwRowTo plus icon syntaxPhil Davis2012-10-121-2/+2
| | | | | | | | Fix the syntax so that the GUI Limiter, Creat new limiter, Bandwidth "+" icon as the correct title text, and the Mask field gets displayed. Note that clicking the "+" icon still does not make an empty first row when creating a new limiter.
* | Ooops fix removed line by accidentErmal2012-10-151-0/+1
|/
* Make limiters have a schedule specified which applie bandwidth limits during ↵Ermal2012-10-091-38/+178
| | | | that period
* Fixes #2428. Reference limiters in rules by name to avoid issues. Also put ↵Ermal2012-06-011-12/+69
| | | | upgrade code for existing configs. The same fix is necessary for 2.0.x though not sure how this should be committed there.
* fix typo. Ticket #2371Chris Buechler2012-04-121-1/+1
|
* Correct location of '\n'Ermal2012-03-231-1/+1
|
* Correct building of queue to not depend on parent maskErmal2012-03-231-5/+5
|
* fix for: Traffic Limiter Bits/sec option brokenDarren Embry2012-03-221-5/+5
| | | | | | fixes #2296 http://redmine.pfsense.org/issues/2296
* Mute error: Undefined variable: g in /etc/inc/shaper.inc on line 4062Ermal2012-01-191-0/+1
|
OpenPOWER on IntegriCloud