lib/Vyatta/Qos/WeightedRandom.pm | 184 ---------- templates/qos-policy/weighted-random/node.def | 8 templates/qos-policy/weighted-random/node.tag/bandwidth/node.def | 11 templates/qos-policy/weighted-random/node.tag/class/node.def | 6 templates/qos-policy/weighted-random/node.tag/class/node.tag/bandwidth/node.def | 10 templates/qos-policy/weighted-random/node.tag/class/node.tag/burst/node.def | 7 templates/qos-policy/weighted-random/node.tag/class/node.tag/description/node.def | 2 templates/qos-policy/weighted-random/node.tag/class/node.tag/latency/node.def | 8 templates/qos-policy/weighted-random/node.tag/class/node.tag/match/node.def | 4 templates/qos-policy/weighted-random/node.tag/class/node.tag/match/node.tag/description/node.def | 2 templates/qos-policy/weighted-random/node.tag/class/node.tag/match/node.tag/ether/destination/node.def | 2 templates/qos-policy/weighted-random/node.tag/class/node.tag/match/node.tag/ether/protocol/node.def | 3 templates/qos-policy/weighted-random/node.tag/class/node.tag/match/node.tag/ether/source/node.def | 2 templates/qos-policy/weighted-random/node.tag/class/node.tag/match/node.tag/interface/node.def | 7 templates/qos-policy/weighted-random/node.tag/class/node.tag/match/node.tag/ip/destination/address/node.def | 2 templates/qos-policy/weighted-random/node.tag/class/node.tag/match/node.tag/ip/destination/node.def | 1 templates/qos-policy/weighted-random/node.tag/class/node.tag/match/node.tag/ip/destination/port/node.def | 3 templates/qos-policy/weighted-random/node.tag/class/node.tag/match/node.tag/ip/dscp/node.def | 18 templates/qos-policy/weighted-random/node.tag/class/node.tag/match/node.tag/ip/protocol/node.def | 17 templates/qos-policy/weighted-random/node.tag/class/node.tag/match/node.tag/ip/source/address/node.def | 2 templates/qos-policy/weighted-random/node.tag/class/node.tag/match/node.tag/ip/source/node.def | 1 templates/qos-policy/weighted-random/node.tag/class/node.tag/match/node.tag/ip/source/port/node.def | 3 templates/qos-policy/weighted-random/node.tag/class/node.tag/match/node.tag/ipv6/destination/address/node.def | 2 templates/qos-policy/weighted-random/node.tag/class/node.tag/match/node.tag/ipv6/destination/node.def | 1 templates/qos-policy/weighted-random/node.tag/class/node.tag/match/node.tag/ipv6/destination/port/node.def | 3 templates/qos-policy/weighted-random/node.tag/class/node.tag/match/node.tag/ipv6/dscp/node.def | 18 templates/qos-policy/weighted-random/node.tag/class/node.tag/match/node.tag/ipv6/protocol/node.def | 17 templates/qos-policy/weighted-random/node.tag/class/node.tag/match/node.tag/ipv6/source/address/node.def | 2 templates/qos-policy/weighted-random/node.tag/class/node.tag/match/node.tag/ipv6/source/node.def | 1 templates/qos-policy/weighted-random/node.tag/class/node.tag/match/node.tag/ipv6/source/port/node.def | 3 templates/qos-policy/weighted-random/node.tag/class/node.tag/match/node.tag/vif/node.def | 5 templates/qos-policy/weighted-random/node.tag/class/node.tag/packet-length/node.def | 5 templates/qos-policy/weighted-random/node.tag/class/node.tag/priority/node.def | 5 templates/qos-policy/weighted-random/node.tag/class/node.tag/queue-limit/node.def | 2 templates/qos-policy/weighted-random/node.tag/default/bandwidth/node.def | 10 templates/qos-policy/weighted-random/node.tag/default/burst/node.def | 7 templates/qos-policy/weighted-random/node.tag/default/latency/node.def | 8 templates/qos-policy/weighted-random/node.tag/default/packet-length/node.def | 5 templates/qos-policy/weighted-random/node.tag/default/priority/node.def | 5 templates/qos-policy/weighted-random/node.tag/default/queue-limit/node.def | 2 templates/qos-policy/weighted-random/node.tag/description/node.def | 2 Makefile.am | 2 debian/changelog | 7 lib/Vyatta/Qos/RandomDetect.pm | 143 +++++++ lib/Vyatta/Qos/ShaperClass.pm | 32 + lib/Vyatta/Qos/Util.pm | 21 - scripts/vyatta-qos.pl | 2 templates/qos-policy/random-detect/node.def | 8 templates/qos-policy/random-detect/node.tag/bandwidth/node.def | 11 templates/qos-policy/random-detect/node.tag/description/node.def | 2 templates/qos-policy/random-detect/node.tag/precedence/node.def | 6 templates/qos-policy/random-detect/node.tag/precedence/node.tag/mark-probability/node.def | 5 templates/qos-policy/random-detect/node.tag/precedence/node.tag/maximum-threshold/node.def | 5 templates/qos-policy/random-detect/node.tag/precedence/node.tag/minimum-threshold/node.def | 5 54 files changed, 218 insertions(+), 437 deletions(-)
New commits: commit 119828760cf90f13f4f2a61b936221158f9badc6 Author: Stephen Hemminger <stephen.hemmin...@vyatta.com> Date: Sat May 23 15:21:01 2009 -0700 0.13.1 commit 87794a3d5ddb55af9cc298ec97b2892918e657d4 Author: Stephen Hemminger <stephen.hemmin...@vyatta.com> Date: Sat May 23 08:57:19 2009 -0700 Reimplementation of WRED 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. commit a7ec99d913b0169b987a4ebdf2d26a36670b20bb Author: Stephen Hemminger <stephen.hemmin...@vyatta.com> Date: Fri May 22 15:19:01 2009 -0700 Use better RED parameters Use recommendations from Sally Floyd. http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=119828760cf90f13f4f2a61b936221158f9badc6 http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=87794a3d5ddb55af9cc298ec97b2892918e657d4 http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=a7ec99d913b0169b987a4ebdf2d26a36670b20bb _______________________________________________ svn mailing list svn@mailman.vyatta.com http://mailman.vyatta.com/mailman/listinfo/svn