lib/Vyatta/Qos/Match.pm | 10 +++-- lib/Vyatta/Qos/RoundRobin.pm | 19 ++++++---- templates/traffic-policy/limiter/node.tag/class/node.tag/priority/node.def | 3 - 3 files changed, 20 insertions(+), 12 deletions(-)
New commits: commit dde3326d94a99b509853355f6cea5f2ab513cded Author: Stephen Hemminger <[email protected]> Date: Tue Jul 27 10:56:55 2010 -0700 Fix problem with port interpretation if protocol specified Bug 5924 If ip protocol match was specified but no port match then the code would incorrectly call getPort (undef, "tcp") which gets interpreted as getPort("tcp") by Perl and causes error. (cherry picked from commit 5ad6cc5026cd19cf994dd0670db4d0fa31f9010b) commit 89e5660652943e59c8f687100973c37aa1113868 Author: Stephen Hemminger <[email protected]> Date: Sun Jul 25 11:16:05 2010 -0700 Make default class work for round robin Bug 5896 Need to insert dummy filter to match all packets (cherry picked from commit 9f1e20193852f059afda8041192086313107b29f) commit 0da019bca9cd233d470cd8d3f82a71ae1861c379 Author: Stephen Hemminger <[email protected]> Date: Sun Jul 25 11:14:32 2010 -0700 Fix help string on limiter priority (cherry picked from commit 2c9b0e0641b24dc79320282eff358079b3c7c7c3) http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=dde3326d94a99b509853355f6cea5f2ab513cded http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=89e5660652943e59c8f687100973c37aa1113868 http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=0da019bca9cd233d470cd8d3f82a71ae1861c379 _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
