Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-07-08 | Cleanup error message on conflicting match | Stephen Hemminger | |
2010-07-08 | Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-qos into larkspur | Stephen Hemminger | |
2010-07-08 | Add ability to match on firewall mark | Stephen Hemminger | |
Bug 5799 - Add matching on firewall mark values Bug 5795 - Block match rules that have multiple underlying filters | |||
2010-07-07 | Fix error handling for rate limiter | Stephen Hemminger | |
If bandwidth not defined for rate limiter policy, the error message should come from policy (not perl error checking). | |||
2010-07-06 | 0.14.11debian/0.14.11 | Stephen Hemminger | |
2010-07-06 | Add help text for intermediate nodes in match | Stephen Hemminger | |
Bug 5783 | |||
2010-06-30 | 0.14.10debian/0.14.10 | Stephen Hemminger | |
2010-06-30 | Fix match rule on incoming interface | Stephen Hemminger | |
Bug 5769 The incoming interface index was recorded with _dev but code was looking for _indev | |||
2010-06-14 | 0.14.9debian/0.14.9 | Stephen Hemminger | |
2010-06-14 | Reject ip as a IP protocol value | Stephen Hemminger | |
The name ip exists in /etc/protocols as a pseudonym for all IP protocols. But the Qos match logic doesn't support it so do not allow the user to choose that value Bug 5689 | |||
2010-06-14 | Add default for traffic limiter | Stephen Hemminger | |
This adds: set traffic-policy limiter TL default bandwidth 1mbit | |||
2010-06-11 | 0.14.8debian/0.14.8 | Stephen Hemminger | |
2010-06-11 | Fix mirror and redirect action | Stephen Hemminger | |
Need to run sudo tc | |||
2010-06-11 | Fix update/delete interface | Stephen Hemminger | |
Need to restore direction argument from earlier (Kenwood) version. | |||
2010-06-11 | Fix list policy | Stephen Hemminger | |
Last round of changes broke policy name completion | |||
2010-06-11 | Fix typo in traffic limiter | Stephen Hemminger | |
Command format error. | |||
2010-06-09 | Fix syntax checks for mirror/redirect | Stephen Hemminger | |
The expansion script doesn't handle --skip=$IFNAME correctly | |||
2010-06-09 | Mark Qos config as version 1 | Stephen Hemminger | |
2010-06-09 | cleanup input-policy leftover | Stephen Hemminger | |
2010-06-09 | Merge branch 'larkspur' of vm:git/vyatta-cfg-qos into larkspur | Stephen Hemminger | |