Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-08 | Handle multiple options for list, start and delete | Stephen Hemminger | |
Make command more friendly if ever used manually. Handle multiple values for list_policy, start_interface and delete_policy | |||
2009-03-08 | Move apply from top level into policy nodes | Stephen Hemminger | |
Makes code simpler and will work better with config system. Also eliminates need for isChanged() code. | |||
2009-03-08 | Change vyatta-qos.pl to handle any interface type | Stephen 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-08 | Fold name conflict checking into policy creation | Stephen Hemminger | |
Eliminate need for begin, just check for name conflicts at create. | |||
2009-03-07 | 0.12.7debian/0.12.7 | Stephen Hemminger | |
2009-03-07 | Fix 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-07 | Change options | Stephen Hemminger | |
Script calls --apply, and typo for --start-interface. | |||
2009-03-07 | Avoid possible confusion over variable name 'usage' | Stephen Hemminger | |
Having variable and function with same name is confusing. | |||
2009-03-07 | Cleanup whitespace | Stephen Hemminger | |
Git hates trailing whitespace. | |||
2009-03-07 | Reindent Util.pm and enable strict check. | Stephen Hemminger | |
2009-03-07 | Reindent traffic shaper with perl tidy | Stephen Hemminger | |
2009-02-10 | 0.12.6debian/0.12.6 | Stephen Hemminger | |
2009-02-10 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-qos into jenner | Stephen Hemminger | |
2009-02-10 | Fix double prefix when setting up ShaperClass | Stephen Hemminger | |
Don't need to use Vyatta::Qos twice. Global search/replace strikes again | |||
2009-02-08 | 0.12.5debian/0.12.5 | Stephen Hemminger | |
2009-02-08 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-qos into jenner | Stephen Hemminger | |
2009-02-08 | Use undef rather than -1 in default class | Stephen Hemminger | |
If the class id -1 was mistakenly used it would match ingress values. So use undef instead. | |||
2009-02-08 | Fix loading problems with sub-class modules | Stephen Hemminger | |
Need full path on new ShaperClass. Enable warnings. | |||
2009-02-06 | 0.12.4debian/0.12.4 | Stephen Hemminger | |
2009-02-06 | Add ShaperClass and LimiterClass to Makefile | Stephen Hemminger | |
2009-02-05 | 0.12.3debian/0.12.3 | Stephen Hemminger | |
2009-02-05 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-qos into jenner | Stephen Hemminger | |
2009-02-05 | Split shaperclass into separate file | Stephen Hemminger | |
2009-02-05 | traffic limiter: move class to separate file | Stephen Hemminger | |
Move LimiterClass to its own file, and fix perlcritic warnings | |||
2009-02-05 | ratelimiter: fix perlcritic warnings | Stephen Hemminger | |
2009-02-05 | Fairqueue: fix perlcritic warnings | Stephen Hemminger | |
2009-02-05 | Fix vyatta config name change | Stephen Hemminger | |
VyattaConfig is now Vyatta::Config | |||
2009-02-02 | Bugfix 4052: Support PPPOE over ethernet VIFs. | Bob Gilligan | |
2009-02-02 | Move qos policy parameters for PPPOE to correct location in tree. | Bob Gilligan | |
2009-01-30 | 0.12.2debian/0.12.2 | Stephen Hemminger | |
2009-01-30 | Fix QoS over ppp interfaces | Stephen Hemminger | |
Bug 3473 Add ppp startup script to apply QoS on start of related interfaces. | |||
2009-01-30 | Fix error handling when no bandwidth specified | Stephen Hemminger | |
Bugfix 4075 Correctly report error message. | |||
2009-01-25 | Enable strict | Stephen Hemminger | |
Forgot to enable strict. | |||
2009-01-25 | Fix perl critic warning | Stephen Hemminger | |
Make loop variables local | |||
2009-01-22 | Don't reset txqueuelen after removing qos | Stephen Hemminger | |
Bugfix 3859 | |||
2009-01-08 | 0.12.1debian/0.12.1 | An-Cheng Huang | |
2008-12-12 | "files" file should be removed before package build | An-Cheng Huang | |
2008-12-12 | update maintainer information | An-Cheng Huang | |
2008-12-09 | Add support for network emulation | Stephen Hemminger | |
New QoS feature to allow emulating WAN characteristics | |||
2008-12-08 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-qos into jenner | Stephen Hemminger | |
2008-12-08 | Ignore description in match specification | Stephen Hemminger | |
Bugfix 3976 Need to ignore description when checking | |||
2008-12-08 | Fix typo in import list | Stephen Hemminger | |
Incorrect capitalization | |||
2008-12-03 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-11-25 | 3.2.0vyatta/3.2.0debian/0.12 | Mark O'Brien | |
2008-11-24 | VyattaConfig -> Vyatta::Config | Stephen Hemminger | |
2008-11-24 | Change VyattaConfig to Vyatta::Config | Stephen Hemminger | |
2008-11-21 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-qos into jenner | Stephen Hemminger | |
Conflicts: lib/Vyatta/Qos/TrafficLimiter.pm | |||
2008-11-20 | Change perl module names from VyattaQosXXX to Vyatta::Qos:XXX | Stephen Hemminger | |
Use more multi-level directory hierarchy instead of having all modules at top level. | |||
2008-11-19 | add support for development build | An-Cheng Huang | |
2008-11-10 | Change input rate limiting to use token bucket | Stephen Hemminger | |
There are two ways to input rate limit. One uses the generic rate estimator which is supposed to measure average rate, the other is to use a token bucket based packet counter. Well the generic rate estimator doesn't work correctly in current kernels (no effect), so switch to using rate and burst. Bugfix 3881 |