Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-23 | 3.1.2vyatta/3.1.4vyatta/3.1.3vyatta/3.1.2debian/0.11hollywood | Mark O'Brien | |
2008-07-23 | Handle auto bandwidth value better | Stephen Hemminger | |
Need to handle the case of devices that don't know their current speed. In this case, ethtool will print "Unknown!" which the old code wasn't handling right. Move the default speed stuff down into traffic shaper code as well, so any future policies using auto can make other choices as to what to do in this case. Bugfix: 3450 | |||
2008-07-17 | Don't get classes confused and cause internal error | Stephen Hemminger | |
When validating the class rates, need to leave the array of classes in original form for later command processing. Bugfix 3458 | |||
2008-07-15 | Look for changes in QoS after commit | Stephen Hemminger | |
Since configuration system doesn't correctly notify on addition/deletion, have to introduce this extra verbosity to have each traffic-shaper type check for changes. Bugfix for 3452 | |||
2008-07-15 | Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-cfg-qos into hollywood | Stephen Hemminger | |
2008-07-11 | Retry to find interface speed | Stephen Hemminger | |
Bugfix 3450 If device is offline, can't find speed. So use a sensible default and try a few times. | |||
2008-07-11 | Fix error message when ceiling < rate | Stephen Hemminger | |
Should say "greater or equal" not "less than" Bug 2919 | |||
2008-07-08 | validate traffic shaper rates at commit time if possible | Stephen Hemminger | |
Bugfix 2919 As long as the bandwidth isn't auto, then validate at commit time. | |||
2008-06-17 | 3.1.0vyatta/3.1.1vyatta/3.1.0debian/0.10 | Mark O'Brien | |
2008-06-11 | Fix formatting of error message | Stephen Hemminger | |
Add newline in right spot so words don't run together. | |||
2008-06-10 | Fix error messages for misconfiguration | Stephen Hemminger | |
One more try at explaining why rates must be correct. | |||
2008-06-09 | Fix speed detection on vlan interface | Stephen Hemminger | |
Use speed of underlying interface. Bug 3137 | |||
2008-06-06 | Fix mixing of set-dscp and dscp match | Stephen Hemminger | |
Use tcindex to get original dsfield value. Fixes bug: 3033 | |||
2008-06-03 | Apply filters always to root. | Stephen Hemminger | |
This might resolve issues with set-dscp and later dscp matches. | |||
2008-05-20 | Ignore derived files | rbalocca | |
2008-05-14 | new qos-policy type rate-limit | Stephen Hemminger | |
Add new QoS policy type "rate-limit" which is a wrapper around the the Token Bucket Filter (TBF) qdisc. Rate limit provides a simple way to do basic bandwidth limitation without the complexity of the doing multiple classes in the traffic shaper policy. | |||
2008-05-14 | remove unused uninitialized variable | Stephen Hemminger | |
One of the parameters to TrafficShaper::_define was not being passed or used. | |||
2008-05-08 | Fail on commit if ceiling is less than bandwidth | Stephen Hemminger | |
Change the existing warning into a failure. No one reads warnings, and the shaping is unstable if ceiling < bandwidth. | |||
2008-05-07 | Convert to our method of changelog creation | rbalocca | |
2008-05-07 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-05-06 | 3.0.5debian/0.9glendale | Mark O'Brien | |
2008-05-05 | 3.0.4debian/0.8 | Mark O'Brien | |
2008-05-01 | Add QoS policy configurability for PPPOE, PPPOA and classical IP over | Bob Gilligan | |
ATM interfaces on ADSL, and PPPOE on ethernet interfaces. | |||
2008-04-29 | 3.0.3debian/0.7 | Mark O'Brien | |
2008-04-21 | Merge branch 'glendale' into hollywoodhollister | rbalocca | |
2008-04-21 | Indicate the VC4.0.2 release candidate in the changelog | rbalocca | |
2008-04-19 | VC4.0.2debian/0.6 | Mark O'Brien | |
2008-04-16 | VC4.0.2debian/0.5 | Mark O'Brien | |
2008-04-14 | Merge branch 'glendale' into hollywood | rbalocca | |
Conflicts: templates/qos-policy/traffic-shaper/node.tag/class/node.tag/priority/node.def templates/qos-policy/traffic-shaper/node.tag/default/priority/node.def | |||
2008-04-12 | Limit Qos priority values | Stephen Hemminger | |
HTB in kernel only accepts 0-7 anything higher is rounded down to 7. (see TC_HTB_NUMPRIO). Apply syntax checks to limit to that range and add better help. Fixes: 3098 | |||
2008-04-12 | change error message when speed can not be determined | Stephen Hemminger | |
Slightly better message for the case of using auto value for bandwidth on a device does not support it. Bug: 3104 | |||
2008-04-11 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-04-10 | fix QoS traffic shaper priority-queue setup | Stephen Hemminger | |
Yet another place where id needs to be converted to hex. Should fix bug 3078. | |||
2008-04-10 | fix bug with interpretation of ceiling | Stephen Hemminger | |
This fixes problem which causes QoS not to fail on commit if ceiling is a percentage. The ceiling maybe a percentage (not fixed) value so it needs to be interpreted before passing to tc. | |||
2008-04-09 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
- help strings standardized in vyatta-cfg-qos | |||
2008-04-09 | Fix match rule formatting | Stephen Hemminger | |
Internal TC commands use hex for identifiers and one place in perl script forgot to reformat. Bugfix for 3142 from Chris Smith <chris.smith@conceptcoders.com> | |||
2008-04-09 | Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-cfg-qos into glendale | Stephen Hemminger | |
2008-04-09 | Allow qos over vlan | Stephen Hemminger | |
Add template and configuration support for QoS policy over vif. This is covers bug 3137 | |||
2008-04-08 | allow qos over vlan | Stephen Hemminger | |
Test version | |||
2008-04-04 | 3.0.2debian/0.4 | Mark O'Brien | |
2008-04-02 | set ceiling on class | Stephen Hemminger | |
ceiling parameter was not being forwarded to kernel. | |||
2008-03-31 | bandwidth problems should be nonfatal | Stephen Hemminger | |
If the customer has incorrectly assigned bandwidth and rate ceilings for QOS, the problem can not be detected until commit. At that point (possibly during boot), it is better to print a warning rather than failing. This addresses Bug 2919. | |||
2008-03-24 | Set dependencies on either bash or vyatta-bash | rbalocca | |
2008-03-21 | Fix debian dependencies | rbalocca | |
2008-03-20 | Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-cfg-qos into glendale | Stephen Hemminger | |
2008-03-20 | Fix error messages from ethtool leaking out | Stephen Hemminger | |
This reverts commit ff77155be360216289e1e73af50dc4b82383cc68. | |||
2008-03-20 | Put back the bugfix for numeric input | Stephen Hemminger | |
Revert "More unfrozen stuff" This reverts commit f1e5d5991c8fc1420d00ef51c826f77b2d8c2bbd. | |||
2008-03-20 | Put back the spelling fixes. | Stephen Hemminger | |
Revert "More trivial stuff to wait for after freeze" This reverts commit 2e81183ba5830f781c2e37246b6b59f82649fa3e. | |||
2008-03-19 | Merge branch 'glendale' of git:/git/vyatta-cfg-qos into glendale | Mark O'Brien | |
Conflicts: debian/changelog | |||
2008-03-19 | Merge branch 'glendale' of git:/git/vyatta-cfg-qos into glendale | Mark O'Brien | |