Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-20 | 0.15.4debian/0.15.4 | Stephen Hemminger | |
2010-07-20 | Merge branch 'larkspur' of vm:git/vyatta-cfg-qos into larkspur | Stephen Hemminger | |
2010-07-20 | Fix message when random-detect bandwidth is too low | Stephen Hemminger | |
2010-07-20 | Merge branch 'larkspur' of vm:git/vyatta-cfg-qos into larkspur | Stephen Hemminger | |
2010-07-20 | Fix random-detect queue to small message | Stephen Hemminger | |
Give correct message when queue limit too small in random detect | |||
2010-07-20 | 0.15.3debian/0.15.3 | Stephen Hemminger | |
2010-07-20 | Validate shaper class ceiling | Stephen Hemminger | |
Bug 5879 | |||
2010-07-20 | Allow larger queue size for sub-queues in Shaper and RoundRobin | Stephen Hemminger | |
For queue-type (other than fair-queue), it is allowable to have larger queue size. Move validation into class checking. | |||
2010-07-20 | Use perltidy to cleanup indentation | Stephen Hemminger | |
2010-07-20 | Expose RED values as constant | Stephen Hemminger | |
This makes RED more robust since constant values are visible. | |||
2010-07-19 | 0.15.2debian/0.15.2 | Stephen Hemminger | |
2010-07-19 | Merge branch 'larkspur' of vm:git/vyatta-cfg-qos into larkspur | Stephen Hemminger | |
2010-07-19 | Add check for random-detect on slow speed class | Stephen Hemminger | |
The calculation of random-detect queue parameters is based on recommended values from RFC. If allowed bandwidth is too small, the queue will be too small to be useable. In that case just fail. | |||
2010-07-19 | Merge branch 'larkspur' of vm:git/vyatta-cfg-qos into larkspur | Stephen Hemminger | |
2010-07-19 | Add sanity checks for shaper random-detect queue type | Stephen Hemminger | |
Bug 5872 Don't allow stupidly small queue limit, and round up the minimum queue value to be at least one packet. | |||
2010-07-19 | Merge branch 'larkspur' of vm:git/vyatta-cfg-qos into larkspur | Stephen Hemminger | |
2010-07-19 | Cleanup usage of val_help: | Stephen Hemminger | |
Add spaces and use u32: format | |||
2010-07-19 | Eliminate verb from genereated interface template | Stephen Hemminger | |
2010-07-16 | 0.15.1debian/0.15.1 | Stephen Hemminger | |
2010-07-16 | Allow text string for IP port match | Stephen Hemminger | |
This allows use of IANA (/etc/services) values for port names: example: traffic-policy shaper SS { class 2 { match SMTP ip destination port smtp } } | |||
2010-07-16 | Use val_help: to show command options | Stephen Hemminger | |
Replace all usage in this package of comp_help with new val_help | |||
2010-07-16 | Remove verb from help string text | Stephen Hemminger | |
And fix some typos | |||
2010-07-15 | 0.15.0debian/0.15.0 | Stephen Hemminger | |
2010-07-15 | Merge branch 'larkspur' of vm:git/vyatta-cfg-qos into larkspur | Stephen Hemminger | |
2010-07-15 | Allow match on firewall mark and protocol | Stephen Hemminger | |
It is possible to use u32 to match on value and mark. | |||
2010-07-15 | Fix problems when combining match rules | Stephen Hemminger | |
Can't have 2 filters at same priority level, need to cascade them. | |||
2010-07-15 | 0.14.19debian/0.14.19 | Stephen Hemminger | |
2010-07-15 | Merge branch 'larkspur' of vm:git/vyatta-cfg-qos into larkspur | Stephen Hemminger | |
2010-07-15 | Allow match on Ethernet protocol name | Stephen Hemminger | |
Allow using common values supported by TC filter. | |||
2010-07-15 | Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-qos into larkspur | Stephen Hemminger | |
2010-07-15 | Merge branch 'larkspur' of vm:git/vyatta-cfg-qos into larkspur | Stephen Hemminger | |
2010-07-15 | Fix rate limiter | Stephen Hemminger | |
Missing $ in script Bug 5854 | |||
2010-07-14 | 0.14.18debian/0.14.18 | Stephen Hemminger | |
2010-07-14 | Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-qos into larkspur | Stephen Hemminger | |
2010-07-14 | Limit queues using fair-queue to <= 127 | Stephen Hemminger | |
Bug 5849 | |||
2010-07-13 | 0.14.17debian/0.14.17 | Stephen Hemminger | |
2010-07-13 | Require queue limit to be greater than zero | Stephen Hemminger | |
Since queue limit of zero causes all packets to be dropped; require user to configure a reasonable value Bug 5842 | |||
2010-07-12 | 0.14.16debian/0.14.16 | Stephen Hemminger | |
2010-07-12 | Fix typo in ematch/fwmark filter | Stephen Hemminger | |
Needs to be fwmark no fw_mark | |||
2010-07-12 | 0.14.15debian/0.14.15 | Stephen Hemminger | |
2010-07-12 | Merge branch 'larkspur' of vm:git/vyatta-cfg-qos into larkspur | Stephen Hemminger | |
2010-07-12 | Allow firewall mark combined with interface match | Stephen Hemminger | |
Bug 5815 Allow match on firewall mark and interface id. Using meta match it is possible to match on both. | |||
2010-07-12 | Remove limiter firewall mark match template | Stephen Hemminger | |
There is no way for firewall mark to be useful in limiter policy since limiter is only allowed on ingress. And ingress takes place before firewall rules are applied. | |||
2010-07-12 | 0.14.14debian/0.14.14 | Stephen Hemminger | |
2010-07-12 | Rename limiter class priority field to precedence | Stephen Hemminger | |
Bug 5407 This fixes the confusing usage of priority field in both shaper and limiter class. In limiter, it is renamed to precedence since it controls the order of match rule evaluation. | |||
2010-07-09 | 0.14.13debian/0.14.13 | Stephen Hemminger | |
2010-07-09 | Remove traffic-limiter outbound | Stephen Hemminger | |
It won't work because of how classifiers interact with policing. See: http://ace-host.stuart.id.au/russell/files/tc/doc/police.txt | |||
2010-07-09 | Fix out of date comments | Stephen Hemminger | |
Comments contained reference to old syntax | |||
2010-07-09 | Allow limiter for input | Stephen Hemminger | |
Bug 5807 Fix regression that broke limiter on input. Caused by rename from traffic-limter to limiter. | |||
2010-07-08 | 0.14.12debian/0.14.12 | Stephen Hemminger | |