Age | Commit message (Collapse) | Author |
|
This was also suggested by Carl Byington.
Signed-off-by: Daniil Baturin <daniil@baturin.org>
|
|
Bug 3643
Enhancement to expose kernel priority queuing.
|
|
Bug 6092
The code now calculates r2q value based on max rate and min rate which
gives better accuracy and stops kernel message.
|
|
This reverts commit bcb18b96605e194cf8c186467b0a4d853695f75e.
|
|
This adds:
traffic-policy myexample {
bandwidth 100Mbit
class 2 {
class 2a {
...
|
|
|
|
Can't have 2 filters at same priority level, need to cascade them.
|
|
If matching on multiple protocols in same traffic-shaper class
then the filter command was garbaled.
Bug 4552
(cherry picked from commit 22e0d06a750abc2847e7e7bc96d8abf341a5bca1)
|
|
Check for bandwidth value on default class (Bug 4551)
(cherry picked from commit e69c7c849e70edd757b160488f83035f2a16be66)
|
|
The CLI end: node does work correctly, so don't need to go walking configuration
manually
Bug 4545
(cherry picked from commit 377896b296827e4d7c3c20debb3487605c45bbe3)
|
|
The exports for Util.pm changed.
|
|
If ethernet match rule changed, then need to flag it.
|
|
The getAutoRate function is needed by WRED as well
|
|
Need to change assumptions in ShaperClass about bandwidth and
this goes over to TrafficShaper and RR.
|
|
Simplify so it can be more general in future.
|
|
Newer features will have non-hierarchal queue disc where there
are no classes just sub-queues.
|
|
Easier to just use 'select' in perl to avoid passing file
descriptor everywhere.
|
|
|
|
Don't need to use Vyatta::Qos twice.
Global search/replace strikes again
|
|
If the class id -1 was mistakenly used it would match ingress values.
So use undef instead.
|
|
Need full path on new ShaperClass.
Enable warnings.
|
|
|
|
Bugfix 3976
Need to ignore description when checking
|
|
|
|
Use more multi-level directory hierarchy instead of having all
modules at top level.
|