summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-210.15.33debian/0.15.33Stephen Hemminger
2012-02-21Fix validation of value 0Stephen Hemminger
Confusion over if ($value) vs if (defined($value)) in argument processing lead to 0 always being allowed.
2012-02-170.15.32debian/0.15.32John Southworth
2012-02-170.15.31John Southworth
2012-02-17Fix incorrect commit check in redirect node.defJohn Southworth
2012-02-100.15.30debian/0.15.30John Southworth
2012-02-10Bugfix 7784: Need quotes in syntax:expression when using more than just VAR refsJohn Southworth
2012-02-070.15.29debian/0.15.29Stephen Hemminger
2012-02-07Allow redirect on all interfacesStephen Hemminger
Bug 7771 Allow QoS redirect on all interfaces (vlan, bonding, bridge, etc).
2011-12-080.15.28debian/0.15.28John Southworth
2011-12-08fix priority generation bug in traffic-policy for vrrp interfacesJohn Southworth
2011-12-050.15.27debian/0.15.27John Southworth
2011-12-05add priorities to vrrp traffic-policy so that it is executed after ↵John Southworth
keepalived has started add mirror and redirect to ethernet vrrp interfaces
2011-12-020.15.26debian/0.15.26John Southworth
2011-12-02Add vrrp interface parameters for bonding vifsJohn Southworth
2011-12-010.15.25debian/0.15.25John Southworth
2011-12-01Generate traffic-policy nodes for vrrp interfacesJohn Southworth
2011-10-270.15.24debian/0.15.24Stephen Hemminger
2011-10-27Fix non-numeric comparisonStephen Hemminger
Regression from previous commit. Need to compare numeric not string value.
2011-10-100.15.23debian/0.15.23Stephen Hemminger
2011-10-10zero is not a legal bandwidth valueStephen Hemminger
Bug 7547 Kernel limiters don't allow value of zero for bandwidth, so block it in Vyatta config.
2011-08-080.15.22debian/0.15.22Stephen Hemminger
2011-08-08Fix help text refering to TCP portStephen Hemminger
Bug 7322 The match value is on port number and it can be either TCP or UDP.
2011-08-020.15.21debian/0.15.21Stephen Hemminger
2011-08-02Fix Qos start interfaceStephen Hemminger
The start-interface option was not correctly handling both in and out directions. This is part of the problem with OpenVPN, and also shows up when doing QoS on PPP.
2011-07-070.15.20debian/0.15.20Deepti Kulkarni
2011-07-07new branchDeepti Kulkarni
2011-03-130.15.19debian/0.15.19Stephen Hemminger
2011-03-02Remove leftover check for port rangeStephen Hemminger
Bug 6865 Port can be text or numeric value (like destination port).
2011-02-020.15.18debian/0.15.18Mohit Mehta
2011-02-02Parital fix for bug 6759 serial packages are incorrectly included in virt ISOMohit Mehta
* make vyatta-cfg-qos-serial depend on vyatta-serial
2010-12-280.15.17debian/0.15.17An-Cheng Huang
2010-12-28new branchAn-Cheng Huang
2010-12-210.15.16debian/0.15.16Stephen Hemminger
2010-12-21Change help strings to eliminate verbStephen Hemminger
2010-12-170.15.15debian/0.15.15Stephen Hemminger
2010-12-17Wait for ppp devices when updating interface traffic-policyStephen Hemminger
Bug 4922 Need to add wait loop because bringing up ppp can take some time for interface to settle.
2010-12-080.15.14debian/0.15.14Stephen Hemminger
2010-12-08Compute optimium rate to quantum valueStephen Hemminger
Bug 6092 The code now calculates r2q value based on max rate and min rate which gives better accuracy and stops kernel message.
2010-12-07Revert "Don't allow incoming Qos on VIF"Stephen Hemminger
The bug was bogus. This reverts commit c1cda1e4495a6db1decb35e0e73ede71342d3ab0.
2010-12-07Revert "Add nested shaper classes"Stephen Hemminger
This reverts commit bcb18b96605e194cf8c186467b0a4d853695f75e.
2010-11-08Fix path to ethtoolStephen Hemminger
ethtool moved in Debian Squeeze to /sbin/ethtool
2010-10-19Add nested shaper classesStephen Hemminger
This adds: traffic-policy myexample { bandwidth 100Mbit class 2 { class 2a { ...
2010-10-07Don't allow incoming Qos on VIFStephen Hemminger
Bug 6294 Do allow user to configure incoming traffic-policy on Vlan's because the kernel ignores them.
2010-09-020.15.13debian/0.15.13An-Cheng Huang
2010-09-010.15.12debian/0.15.12An-Cheng Huang
2010-09-01add control Replaces for vyatta-cfg-qos-serialAn-Cheng Huang
2010-08-260.15.11debian/0.15.11Stephen Hemminger
2010-08-26Split Qos templates for serial into a separate packageStephen Hemminger
Only SE version wants templates for serial.
2010-08-26add range check for IP source portStephen Hemminger