Age | Commit message (Collapse) | Author |
|
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.
|