summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-120.12.27debian/0.12.27masterJohn Southworth
2012-10-12new branchJohn Southworth
2012-08-090.12.26debian/0.12.26Saurabh Mohan
2012-08-09Bugfix 8217: VTI: add show queueing and incoming commands.Saurabh Mohan
Add support for interface vti for operational commands for qos.
2012-07-130.12.25debian/0.12.25Stephen Hemminger
2012-07-13Show priority (versus limiter) correctlyStephen Hemminger
With the addition of priority queue, need to show it correctly.
2012-03-030.12.24debian/0.12.24Deepti Kulkarni
2012-03-03new branchDeepti Kulkarni
2011-12-050.12.23debian/0.12.23John Southworth
2011-12-05Add qos op mode commands for vrrp interfacesJohn Southworth
2011-07-070.12.22debian/0.12.22Deepti Kulkarni
2011-07-07new branchDeepti Kulkarni
2011-07-060.12.21debian/0.12.21John Southworth
2011-07-06 Bugfix 7285: remove coloring of errorJohn Southworth
2011-04-250.12.20debian/0.12.20Stephen Hemminger
2011-04-21Fix error in show queuing at higher ratesStephen Hemminger
Bug 7016 If rate is over 1M then tc command will output with suffix (ie 800K). This breaks the printf expecting numeric value. Since suffix is convient anyway, just print as string.
2010-12-280.12.19debian/0.12.19An-Cheng Huang
2010-12-28new branchAn-Cheng Huang
2010-12-080.12.18debian/0.12.18Stephen Hemminger
2010-12-08Fix show queueing on interfaceStephen Hemminger
Bug 6532 Rework code to make it more robust for tc output format. Kernel no longer provide empty rate values. Rearrange fields on output.
2010-12-08make script executableStephen Hemminger
2010-11-22Remove linda overrideStephen Hemminger
2010-09-020.12.17debian/0.12.17An-Cheng Huang
2010-07-220.12.16debian/0.12.16An-Cheng Huang
2010-07-210.12.15debian/0.12.15Stephen Hemminger
2010-07-21Merge branch 'larkspur' of vm:git/vyatta-op-qos into larkspurStephen Hemminger
2010-07-21Fix show queuing when using traffic limiterStephen Hemminger
The script was not handling multiple classes and the missing statistics on the default class.
2010-07-200.12.14debian/0.12.14Stephen Hemminger
2010-07-20Fix use of unitialized variable if ingress has no filterStephen Hemminger
Bug 5875 It is possible to have ingress qdisc with no filter, if so don't cause an error.
2010-06-110.12.13debian/0.12.13Stephen Hemminger
2010-06-11Merge branch 'larkspur' of vm:git/vyatta-op-qos into larkspurStephen Hemminger
2010-06-11Change column headingsStephen Hemminger
Input policy is called Action (limter, redirect,...) and Output policy is called Policy.
2010-04-160.12.12debian/0.12.12Stephen Hemminger
2010-04-16Merge branch 'larkspur' of vm:git/vyatta-op-qos into larkspurStephen Hemminger
2010-04-16Cleanup show input policyStephen Hemminger
Skip interfaces with no input policy. Also fix copyright and comments
2010-04-16Merge branch 'larkspur' of vm:git/vyatta-op-qos into larkspurStephen Hemminger
2010-04-16Rename 'show input-policy' to 'show incoming'Stephen Hemminger
The name incoming is more consistent with the other side queuing.
2010-04-150.12.11debian/0.12.11Stephen Hemminger
2010-04-15Add operational mode command for input-policyStephen Hemminger
New show input-policy and releated commands.
2010-04-15Add queuing operational mode commands for more interface typesStephen Hemminger
2010-04-15Remove ingress from show queueingStephen Hemminger
2010-04-15Change queuing script to corespond to input interface changesStephen Hemminger
No longer display ingress in this command; will be done by new command. Also reindent script.
2010-04-15Add templates for input interfacesStephen Hemminger
2010-03-30fix typo in 3 arg conversionStephen Hemminger
2010-03-30Handle traffic-limiter betterStephen Hemminger
Traffic-limiter can be used on output or input now.
2010-02-170.12.10debian/0.12.10An-Cheng Huang
2010-02-100.12.9debian/0.12.9Stephen Hemminger
2010-02-10Fix typo in completion of show queueing pppoeStephen Hemminger
2010-02-10Fix Qos display for PPPoEStephen Hemminger
Change to: show interfaces pppoe queue
2010-02-10Ignore dsmark in output of show queuingStephen Hemminger
If dsmark is root class, ignore it. Bug 4450