summaryrefslogtreecommitdiff
path: root/templates/qos-policy/random-detect
AgeCommit message (Collapse)Author
2009-06-15Fix update (apply-policy) at endStephen Hemminger
The $VAR(.) is not set on end node, so have to go hunting for policy type. Related to Bug 4545
2009-06-11Cleanup how qos-policy change detection worksStephen Hemminger
The CLI end: node does work correctly, so don't need to go walking configuration manually Bug 4545
2009-06-10Allow setting queue limit and average packet sizeStephen Hemminger
Two more (optional) parameters for random detect precedence groups. Bug 4518,4519
2009-06-01Fix problems with bandwidth templateStephen Hemminger
Bug 4485 Change template to deal with CLI changes in quoting evaluation of expressions.
2009-05-29Mark probability must be > 0Stephen Hemminger
2009-05-23Reimplementation of WREDStephen Hemminger
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.