Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Random detect requires bandwidth which is not part of round robin
policy. Therefore drop it as a configurable value.
Bug 4595
(cherry picked from commit b1b823012b2a1aa0fa8578054fc1179f92a32c2f)
|
|
Bug 4590
(cherry picked from commit 447b5430e8f4019e5d3b6e3f1f2025712d1c7b7f)
|
|
The $VAR(.) is not set on end node, so have to go hunting
for policy type.
Related to Bug 4545
(cherry picked from commit 39712bfaf390a4435218a14308cc6efa1a2d39b8)
|
|
The CLI end: node does work correctly, so don't need to go walking configuration
manually
Bug 4545
(cherry picked from commit 377896b296827e4d7c3c20debb3487605c45bbe3)
|
|
Two more (optional) parameters for random detect precedence groups.
Bug 4518,4519
(cherry picked from commit 8104da09f5da338c6ce0813c367262de4e417598)
|
|
Bug 4516
(cherry picked from commit 26890ac98e3ed6c0830e61fa91f306fea0cc227a)
|
|
CLI quoting in expressions seems to have changed, so adapt.
Bug 4485
|
|
Bug 4485
Change template to deal with CLI changes in quoting evaluation
of expressions.
|
|
|
|
Packet reordering doesn't work unless there are packets in the queue,
and no packets are held unless there is a delay.
|
|
The RED queue setup needs a rate value and RR doesn't have rate configuration.
|
|
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.
|
|
GRED only allows 1..16 for classes, and reserve one for default
so only 1..15 are ok for class value.
|
|
Class value of 2 is allowed.
|
|
|
|
Having too long a name messes up column output on operational commands.
|
|
Bug 4296
Ehancement to allow configuring GRED as form of weighted RED.
|
|
Use existing u32 infrastructure to match in header
|
|
It needs more work (not ready for prime time).
|
|
|
|
New policy allowing strict priority traffic assignment
|
|
Round-robin class based policy
|
|
|
|
Bug 4230
Allow matching based on IPV6 addresses and ports
Generalize existing matching code.
|
|
|
|
Similar process to firewall and quagga parameters
|
|
Unnecessary to change txq length and breaks things.
|
|
Kernel is fixed to allow setting txqueuelen
|
|
Don't break new config process
|
|
Makes code simpler and will work better with config system.
Also eliminates need for isChanged() code.
|
|
Eliminate need for begin, just check for name conflicts at create.
|
|
|
|
|
|
Bugfix 3859
|
|
New QoS feature to allow emulating WAN characteristics
|
|
There are two ways to input rate limit. One uses the generic rate estimator
which is supposed to measure average rate, the other is to use a token bucket
based packet counter. Well the generic rate estimator doesn't work correctly
in current kernels (no effect), so switch to using rate and burst.
Bugfix 3881
|
|
Handle Vif on serial.
Can't have update and create tag.
|
|
Bugfix 3475
Need more templates for vif over serial
|
|
Bugfix 3833
Better help for configuration of match options
|
|
These two policy types didn't get fixed in change over to
policy management.
Bugfix 3829
|
|
Makes sense to allow QoS on tunnels since they may be rate limited.
|
|
Per design, add qos-policy support for bonding trunk devices.
|
|
Need to change policy on update, not just create.
|
|
Several places have same copied help text with spelling error.
|
|
Added QoS configuration parameters for ADSL interfaces using bridged
ethernet encapsulation.
|
|
It is confusing the default for ceiling for unclassified traffic is 100%
of available bandwidth, especially because there is no default ceiling
for other classes.
|
|
Need to check validity on update, not just create
|