Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-15 | Look for changes in QoS after commit | Stephen Hemminger | |
Since configuration system doesn't correctly notify on addition/deletion, have to introduce this extra verbosity to have each traffic-shaper type check for changes. Bugfix for 3452 | |||
2008-05-14 | new qos-policy type rate-limit | Stephen Hemminger | |
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. |