summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-18Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-qos into jennerStephen Hemminger
2009-03-18Don't change transmit queue lengthStephen Hemminger
Unnecessary to change txq length and breaks things.
2009-03-180.12.10debian/0.12.10Stephen Hemminger
2009-03-18Allow setting txqueuelenStephen Hemminger
Kernel is fixed to allow setting txqueuelen
2009-03-17Use select to avoid passing output path aroundStephen Hemminger
Easier to just use 'select' in perl to avoid passing file descriptor everywhere.
2009-03-12Replace update with create on multi-nodeStephen Hemminger
Don't break new config process
2009-03-08Use hash rather than if/else for delete_interfaceStephen Hemminger
2009-03-080.12.9debian/0.12.9Stephen Hemminger
2009-03-08Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-qos into jennerStephen Hemminger
2009-03-08Print correct names for completionStephen Hemminger
Want the policy names, not the policy type.
2009-03-080.12.8debian/0.12.8Stephen Hemminger
2009-03-08Reindent qos scriptStephen Hemminger
Getting a little ragged, use perltidy.
2009-03-08Handle multiple options for list, start and deleteStephen Hemminger
Make command more friendly if ever used manually. Handle multiple values for list_policy, start_interface and delete_policy
2009-03-08Move apply from top level into policy nodesStephen Hemminger
Makes code simpler and will work better with config system. Also eliminates need for isChanged() code.
2009-03-08Change vyatta-qos.pl to handle any interface typeStephen Hemminger
Remove code that knows about serial/adsl, etc and replace with new Vyatta::Interface. Simpler and fixes potential issues with bonding, vif, etc.
2009-03-08Fold name conflict checking into policy creationStephen Hemminger
Eliminate need for begin, just check for name conflicts at create.
2009-03-070.12.7debian/0.12.7Stephen Hemminger
2009-03-07Fix problems caused by GetOptions() change.Stephen Hemminger
When using closure form of GetOptions, any call to exit only causes GetOptions error rather than exit of program. Since QoS uses die to indicate transaction error, this doesn't work well!
2009-03-07Change optionsStephen Hemminger
Script calls --apply, and typo for --start-interface.
2009-03-07Avoid possible confusion over variable name 'usage'Stephen Hemminger
Having variable and function with same name is confusing.
2009-03-07Cleanup whitespaceStephen Hemminger
Git hates trailing whitespace.
2009-03-07Reindent Util.pm and enable strict check.Stephen Hemminger
2009-03-07Reindent traffic shaper with perl tidyStephen Hemminger
2009-02-100.12.6debian/0.12.6Stephen Hemminger
2009-02-10Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-qos into jennerStephen Hemminger
2009-02-10Fix double prefix when setting up ShaperClassStephen Hemminger
Don't need to use Vyatta::Qos twice. Global search/replace strikes again
2009-02-080.12.5debian/0.12.5Stephen Hemminger
2009-02-08Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-qos into jennerStephen Hemminger
2009-02-08Use undef rather than -1 in default classStephen Hemminger
If the class id -1 was mistakenly used it would match ingress values. So use undef instead.
2009-02-08Fix loading problems with sub-class modulesStephen Hemminger
Need full path on new ShaperClass. Enable warnings.
2009-02-060.12.4debian/0.12.4Stephen Hemminger
2009-02-06Add ShaperClass and LimiterClass to MakefileStephen Hemminger
2009-02-050.12.3debian/0.12.3Stephen Hemminger
2009-02-05Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-qos into jennerStephen Hemminger
2009-02-05Split shaperclass into separate fileStephen Hemminger
2009-02-05traffic limiter: move class to separate fileStephen Hemminger
Move LimiterClass to its own file, and fix perlcritic warnings
2009-02-05ratelimiter: fix perlcritic warningsStephen Hemminger
2009-02-05Fairqueue: fix perlcritic warningsStephen Hemminger
2009-02-05Fix vyatta config name changeStephen Hemminger
VyattaConfig is now Vyatta::Config
2009-02-02Bugfix 4052: Support PPPOE over ethernet VIFs.Bob Gilligan
2009-02-02Move qos policy parameters for PPPOE to correct location in tree.Bob Gilligan
2009-01-300.12.2debian/0.12.2Stephen Hemminger
2009-01-30Fix QoS over ppp interfacesStephen Hemminger
Bug 3473 Add ppp startup script to apply QoS on start of related interfaces.
2009-01-30Fix error handling when no bandwidth specifiedStephen Hemminger
Bugfix 4075 Correctly report error message.
2009-01-25Enable strictStephen Hemminger
Forgot to enable strict.
2009-01-25Fix perl critic warningStephen Hemminger
Make loop variables local
2009-01-22Don't reset txqueuelen after removing qosStephen Hemminger
Bugfix 3859
2009-01-080.12.1debian/0.12.1An-Cheng Huang
2008-12-12"files" file should be removed before package buildAn-Cheng Huang
2008-12-12update maintainer informationAn-Cheng Huang