summaryrefslogtreecommitdiff
path: root/scripts/vyatta-qos-util.pl
AgeCommit message (Collapse)Author
2009-01-25Enable strictStephen Hemminger
Forgot to enable strict.
2008-12-09Add support for network emulationStephen Hemminger
New QoS feature to allow emulating WAN characteristics
2008-11-20Change perl module names from VyattaQosXXX to Vyatta::Qos:XXXStephen Hemminger
Use more multi-level directory hierarchy instead of having all modules at top level.
2008-09-05Workaround CLI regex problemStephen Hemminger
Recent CLI changes seem to have broken working templates that do regex matching. Workaround this by doing the syntax checking all in the perl script Bugfix: 3553
2008-05-14new qos-policy type rate-limitStephen 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.
2008-03-20Put back the bugfix for numeric inputStephen Hemminger
Revert "More unfrozen stuff" This reverts commit f1e5d5991c8fc1420d00ef51c826f77b2d8c2bbd.
2008-03-19More unfrozen stuffStephen Hemminger
Revert "Better validation of numeric input" This reverts commit e1624917ba2ed574fe350b470762a732a9820cbd.
2008-03-19Better validation of numeric inputStephen Hemminger
Fix for Bug 2763 and related problems. Need better handling of numeric inputs. Real perl programmers don't use a switch, but hash instead.
2008-03-10add license text to scriptsStephen Hemminger
2008-02-06rename dsfield to dscpStephen Hemminger
And add more help text.
2008-01-30Initial version of vyatta-cfg-qosdebian/0.1Stephen Hemminger
This the initial checkin prior to integration