summaryrefslogtreecommitdiffstats
path: root/etc/inc/shaper.inc
Commit message (Collapse)AuthorAgeFilesLines
* Remove newlines at end of filesScott Ullrich2008-11-091-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.
* Missing ;Scott Ullrich2005-09-261-1/+1
|
* Split out shaper code to make it easier to work onBill Marquette2005-09-251-25/+25
|
* Split out shaper stuff from filter.inc so it'll be easier to work onBill Marquette2005-09-251-0/+583
| | | | (manual merge from shaper branch)
* Move shaper.inc to the attic since we no longer support dummynet traffic ↵Scott Ullrich2004-11-101-403/+0
| | | | shaping. Say hello to ALTQ!
* Initial revisionScott Ullrich2004-11-071-0/+403
OpenPOWER on IntegriCloud