Age | Commit message (Collapse) | Author |
|
Make a simpler version of WRED that acts more like Cisco.
Use Diffserv on Linux paper for example of how to use DSMARK and GRED
to achieve similar result.
|
|
NetworkEmulator.pm not installed.
|
|
Bug 4296
Ehancement to allow configuring GRED as form of weighted RED.
|
|
It needs more work (not ready for prime time).
|
|
|
|
|
|
Similar process to firewall and quagga parameters
|
|
|
|
Bug 3473
Add ppp startup script to apply QoS on start of related
interfaces.
|
|
Use more multi-level directory hierarchy instead of having all
modules at top level.
|
|
This adds support for Qos using incoming policing. It is accepts the
syntax and processes commands, but is not fully debugged.
Bugfix: 3664
|
|
Add new configuration support for plain fifo queueing.
Better code for the table in perl script that loads queue objects.
|
|
Add new QoS policy type "rate-limit" which is a wrapper around the
the Token Bucket Filter (TBF) qdisc.
Rate limit provides a simple way to do basic bandwidth limitation without
the complexity of the doing multiple classes in the traffic shaper
policy.
|
|
|
|
|
|
This the initial checkin prior to integration
|