Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-06 | fix update problems | Stephen Hemminger | |
1. checking for name clash shouldn't see self 2. leftover from rate to bandwidth name change 3. leftover debug message. | |||
2008-02-06 | better error handling and propogation from get_num | Stephen Hemminger | |
Return undefined on bad value, so caller can print message. | |||
2008-02-06 | fix update/delete tags to properly find parent | Stephen Hemminger | |
Need to find "out" for parent node. | |||
2008-02-06 | rename rate to bandwidth | Stephen Hemminger | |
Make qos syntax more familar to IOS users. | |||
2008-02-05 | add support for match based on incoming device and vlan | Stephen Hemminger | |
This is preliminary (still needs testing) but get the syntax and basic structure in place. | |||
2008-02-05 | add validation for policy names, and policy update/delete | Stephen Hemminger | |
Check names of policys for syntax and uniqueness. Add hooks for update that does refresh of interface (should fix bug). Block deletion of policy that is in use. | |||
2008-02-05 | make sure regex for matching percentage are anchored | Stephen Hemminger | |
This fixes problem where 80%x and x12% would be matched. | |||
2008-02-05 | don't indent help as much | Stephen Hemminger | |
change to recent burst help | |||
2008-02-05 | Add help for burst values | Stephen Hemminger | |
Fixes: https://bugzilla.vyatta.com/show_bug.cgi?id=2763 | |||
2008-02-05 | get match rules to work. | Stephen Hemminger | |
fixes http://bugzilla.vyatta.com/show_bug.cgi?id=2738 | |||
2008-02-05 | handle undefined values better | Stephen Hemminger | |
If getprotocol or getdsfield is called with undefined value, then return undefined. | |||
2008-02-05 | cleanup on failed commit | Stephen Hemminger | |
If commit of new policy fails, then remove all filters/qdisc. | |||
2008-02-05 | better error messages on errors | Stephen Hemminger | |
Try for complete sentences for describing problem. | |||
2008-02-04 | fix parsing of ethtool output for auto rate processing | Stephen Hemminger | |
Fix a number of perl scoping bugs that kept auto rate processing from working. | |||
2008-02-04 | don't use sudo when updating interface | Stephen Hemminger | |
Using sudo isn't necessary, and clobbers the environment, making debugging harder. | |||
2008-02-04 | get auto speed correctly | Stephen Hemminger | |
numeric comparison uses where string comparison should have been used | |||
2008-02-04 | get rid of unused variable | Stephen Hemminger | |
2008-02-04 | don't pass debug to update_interfaces | Stephen Hemminger | |
debug is global | |||
2008-01-31 | convert templates to new syntax | An-Cheng Huang | |
2008-01-30 | change to how open is used to run tc | Stephen Hemminger | |
Use exec to ensure running sudo (no shell interpretation). Change how debug is enabled. | |||
2008-01-30 | format id for default class correctly | Stephen Hemminger | |
Forgot to hexify the value. Tc takes classnames in hex. | |||
2008-01-30 | fix typos in management of match rules | Stephen Hemminger | |
the code here still doesn't work but fix obvious stuff. | |||
2008-01-30 | Initial version of vyatta-cfg-qosdebian/0.1 | Stephen Hemminger | |
This the initial checkin prior to integration |