Project

General

Profile

Download (18.7 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
0a33f73e 09/17/2006 04:45 PM Scott Ullrich

Dont allow items to run together

Ticket #1105

fa000715 04/24/2006 06:40 PM Scott Ullrich

MFC 11099
Allow WAN and LAN address in shaper rules

191ed731 04/19/2006 03:59 AM Scott Ullrich

MFC 11604
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.

0e16b9ca 04/08/2006 02:04 AM Scott Ullrich

We're in 2006 now, toto

5ca160b3 04/07/2006 01:41 AM Scott Ullrich

init $queue_names to silence PHPEclipse

9b3b1acc 04/02/2006 05:24 AM Scott Ullrich

Add more filter reload information for AJAX filter reload status application

146f99c8 04/02/2006 04:41 AM Scott Ullrich

Add more filter reload information for AJAX filter reload status application

2f038c0b 03/17/2006 10:08 PM Scott Ullrich

MFC 10668
expand aliases to include " ! " to negate all entries in a list.

fdba8ba0 03/17/2006 06:40 PM Scott Ullrich

MFC 10666
No Need To check for aliases here we had just finish building the network address. Plus its futzing over string with a null return.

9d615009 03/17/2006 05:49 PM Scott Ullrich

MFC 10658
Don't concatenate to $dst here (will cause syntax errors in pf rules). also remove unecessary spaces.

03101b55 03/16/2006 11:50 PM Scott Ullrich

Fix optional interface assignments. TODO: "altq on blah blah"

8ede0d63 03/16/2006 11:01 PM Scott Ullrich

Update interface alias to $DESCRIPTION, not friendly interface name for pass out rules, too!

97fadf79 03/16/2006 10:54 PM Scott Ullrich

Update interface alias to $DESCRIPTION, not friendly interface name

0f0c6a9e 03/10/2006 10:52 PM Scott Ullrich

MFC 10496
Improve traffic shaper rules for assigning packets to queues (special consideration for NAT): MFC for next snapshot.

adb82a4a 03/10/2006 09:26 PM Scott Ullrich

MFC 10453
Ticket #857 - correctly print out interface macro

5020adb7 02/26/2006 04:04 AM Scott Ullrich

Add \n

e295675f 02/26/2006 12:27 AM Scott Ullrich

MFC
Shaper fixes from BillM

f1227b84 01/23/2006 05:06 AM Scott Ullrich

MFC 9611
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.

62a48760 01/23/2006 04:30 AM Scott Ullrich

MFC 9611
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.

ff074bf9 01/18/2006 09:05 PM Scott Ullrich

Remove trailing newline

767a716e 01/15/2006 03:33 AM Scott Ullrich

Correct warnings and errors found eclipse

a04929b7 12/27/2005 07:34 PM Scott Ullrich

Use the resolved alias value
Ticket #751

3cd71852 12/16/2005 05:25 AM Scott Ullrich

MFC 8474
Make shaper first match - fix a months old oversight.

4bae67f6 11/21/2005 07:20 PM Scott Ullrich

MFC 7934
Expand src and dst aliases if required on traffic shaping rules

Ticket #696

7bdf53c9 11/17/2005 08:47 PM Scott Ullrich

Shaper speed fixes.

Requested-by: BillM

3bf0b8ac 11/14/2005 05:35 AM Scott Ullrich

Since we only support hfsc for the first release, hard code hfsc.

95904542 10/30/2005 07:23 PM Scott Ullrich

MFC 7242
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

b7ff5e40 10/17/2005 04:11 PM Scott Ullrich

MFC 6920
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.

4f9a3d3b 09/26/2005 03:32 PM Scott Ullrich

Missing ;

afb5973f 09/25/2005 06:23 AM Bill Marquette

Split out shaper code to make it easier to work on

061f78b1 09/25/2005 06:23 AM Bill Marquette

Split out shaper stuff from filter.inc so it'll be easier to work on
(manual merge from shaper branch)

635615b2 11/10/2004 06:37 PM Scott Ullrich

Move shaper.inc to the attic since we no longer support dummynet traffic shaping. Say hello to ALTQ!

5b237745 11/07/2004 03:06 AM Scott Ullrich

Initial revision