Age | Commit message (Collapse) | Author |
|
The $VAR(.) is not set on end node, so have to go hunting
for policy type.
Related to Bug 4545
|
|
The CLI end: node does work correctly, so don't need to go walking configuration
manually
Bug 4545
|
|
CLI quoting in expressions seems to have changed, so adapt.
Bug 4485
|
|
Don't break new config process
|
|
Makes code simpler and will work better with config system.
Also eliminates need for isChanged() code.
|
|
These two policy types didn't get fixed in change over to
policy management.
Bugfix 3829
|
|
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.
|