summaryrefslogtreecommitdiffstats
path: root/etc/inc/shaper.inc
Commit message (Collapse)AuthorAgeFilesLines
...
* Disable some bandwidth checks(revisit later on)Ermal Luçi2008-03-201-2/+15
|
* Use correct variableErmal Luçi2008-03-191-1/+1
|
* Fix wrong bracket on rules generation of altqErmal Luçi2008-03-181-1/+1
|
* Correctly read the passed bandwidth for the root_queue.Ermal Luçi2008-03-181-4/+4
|
* s/intval/floatval/Ermal Luçi2008-03-041-29/+15
| | | | fix settings for CBQ where setting of bandwidth was wrong in some places
* Typo fixes and some bug fixing mostly at the frontend part.Ermal Luçi2008-02-271-9/+9
|
* Use propper icon for showing delete action to be consistent with pfSense GUI.Ermal Luçi2008-02-231-2/+2
| | | | Noticed/Suggested by: Hoba
* * Unbreak rrd graphs for queues and make them multiinterface awareErmal Luçi2008-02-231-11/+31
| | | | | | | * Add a new tab for queuedrops with multiinterface there is no way to have them in the same tab * Remove $GLOBAL where used and use proper accessor functions * Remove Manuel from copyright this file has been rewritten * Some bugs fixes in general
* Do not show duplicate queues names on rules edit pageErmal Luçi2008-02-211-0/+4
|
* * First attempt at fixing queues rrd graphErmal Luçi2008-02-211-0/+18
|
* * Fix some bugs when deleteing queuesErmal Luçi2008-02-211-10/+10
| | | | | * Remove Manuel from firewall_shaper.php copyright this has nothing to do with him * Apply fixes to show the actions taken on queues directly(you needed a refresh to display those), though we pay some penalty for this now
* * Unbreak creation of new queuesErmal Luçi2008-02-181-22/+23
| | | | * Fix input validation for bandwidth
* Correctly handle enabling/disabling parameters of HFSC scheduler.Ermal Luçi2008-02-041-21/+30
|
* Fix a bug with regex matching.Ermal Luçi2008-01-291-2/+2
|
* Fix some bugs and typos.Ermal Luçi2008-01-271-23/+19
|
* Add input validation for bandwidths and HFSC scheduler.Ermal Luçi2008-01-221-240/+253
|
* Add support for the "Remove Shaper " button on the backend.Ermal Luçi2008-01-211-11/+22
|
* Remove both Bill and myself from the (C). Looks like Ermal hasScott Ullrich2008-01-171-2/+0
| | | | done a rewrite.
* Add back Bill to the (C) header, he did far more work on the shaperScott Ullrich2008-01-171-1/+2
| | | | previously than I did.
* * Fix many bugs itroduced with the new shaper code import.Ermal Luçi2008-01-161-1069/+1344
| | | | | | | * Introduce a new tab to the Firewall - Rules section called "floating rules" where you can create rules with direction/tag/tagged/quick keywords of PF. * Improve input validation on the shaper code and the wizard. * Change the logic in filter.inc by allowing the rules without the quick keyword to work propperly. * ALso begin changing the logic of filter.inc default rulesto not use the quick keyword so they can be overriden in the GUI.
* Bring in the new traffic shaper.Ermal Luçi2008-01-111-582/+1749
| | | | | | It is capable of multi interface shaping. Also bring the wizard up-to-date. Now it is capable of doing multi interface too.
* Remove trailing space / crScott Ullrich2007-05-271-1/+1
|
* Dont allow items to run togetherScott Ullrich2006-09-171-22/+22
| | | | Ticket #1105
* MFC 11099Scott Ullrich2006-04-241-0/+15
| | | | Allow WAN and LAN address in shaper rules
* MFC 11604Scott Ullrich2006-04-191-3/+5
| | | | Don't create a pass out rule for a queue if it is not on an interface or not used in a rule. This will cut queue pass out rules by the number of interfaces enabled.
* We're in 2006 now, totoScott Ullrich2006-04-081-2/+2
|
* init $queue_names to silence PHPEclipseScott Ullrich2006-04-071-1/+1
|
* Add more filter reload information for AJAX filter reload status applicationScott Ullrich2006-04-021-1/+2
|
* Add more filter reload information for AJAX filter reload status applicationScott Ullrich2006-04-021-0/+2
|
* MFC 10668Scott Ullrich2006-03-171-2/+46
| | | | expand aliases to include " ! " to negate all entries in a list.
* MFC 10666Scott Ullrich2006-03-171-6/+0
| | | | No Need To check for aliases here we had just finish building the network address. Plus its futzing over string with a null return.
* MFC 10658Scott Ullrich2006-03-171-3/+3
| | | | Don't concatenate to $dst here (will cause syntax errors in pf rules). also remove unecessary spaces.
* Fix optional interface assignments. TODO: "altq on blah blah"Scott Ullrich2006-03-161-21/+28
|
* Update interface alias to $DESCRIPTION, not friendly interface name for pass ↵Scott Ullrich2006-03-161-1/+2
| | | | out rules, too!
* Update interface alias to $DESCRIPTION, not friendly interface nameScott Ullrich2006-03-161-1/+2
|
* MFC 10496Scott Ullrich2006-03-101-164/+159
| | | | Improve traffic shaper rules for assigning packets to queues (special consideration for NAT): MFC for next snapshot.
* MFC 10453Scott Ullrich2006-03-101-1/+1
| | | | Ticket #857 - correctly print out interface macro
* Add \nScott Ullrich2006-02-261-1/+1
|
* MFCScott Ullrich2006-02-261-12/+31
| | | | Shaper fixes from BillM
* MFC 9611Scott Ullrich2006-01-231-7/+20
| | | | Ticket #792 - fix 6 month old shaper bug that caused erratic speeds and latencies. With a 10Mbit queue and 4 iperf jobs running through it in default and otherL queues, I can get an icmp through in otherH with a mere 25ms additional latency on average.
* MFC 9611Scott Ullrich2006-01-231-24/+2
| | | | Ticket #792 - fix 6 month old shaper bug that caused erratic speeds and latencies. With a 10Mbit queue and 4 iperf jobs running through it in default and otherL queues, I can get an icmp through in otherH with a mere 25ms additional latency on average.
* Remove trailing newlineScott Ullrich2006-01-181-1/+1
|
* Correct warnings and errors found eclipseScott Ullrich2006-01-151-0/+2
|
* Use the resolved alias valueScott Ullrich2005-12-271-2/+2
| | | | Ticket #751
* MFC 8474Scott Ullrich2005-12-161-1/+1
| | | | Make shaper first match - fix a months old oversight.
* MFC 7934Scott Ullrich2005-11-211-2/+6
| | | | | | Expand src and dst aliases if required on traffic shaping rules Ticket #696
* Shaper speed fixes.Scott Ullrich2005-11-171-3/+5
| | | | Requested-by: BillM
* Since we only support hfsc for the first release, hard code hfsc.Scott Ullrich2005-11-141-1/+2
|
* MFC 7242Scott Ullrich2005-10-301-0/+4
| | | | | | If there's no bandwidth set on an interface, default the interface to 10Mbit This handles vitual interfaces such as vlan Submitted-by: Dan Swartzendruber
* MFC 6920Scott Ullrich2005-10-171-28/+40
| | | | Allow for parent queues to work. Cleaned up code that does root queue detection and discovered some odd bugs that made me wonder how it worked correctly. Queues can be reordered (honestly, this is kinda pointless, but I put it in cause it was easier to punt to the user than doing queue trees correctly) This is obviously an XXX and needs to be fixed.
OpenPOWER on IntegriCloud