summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2009-04-13Update show queuing scriptStephen Hemminger
Use Vyatta::Interfaces so it handles all types. Add upcoming priority and drr queue types.
2008-11-11Don't print class on IngressStephen Hemminger
Bugfix 3883
2008-11-10Sort interface namesStephen Hemminger
Sort interface names for show queueing. Bugfix 3885
2008-09-30Update show queueing to handle ingressStephen Hemminger
Teach the show operational mode about ingress
2008-09-29Other part of qdisc parsing fixStephen Hemminger
Handle multi-line message output of 'tc qdisc ls'
2008-09-29Reformat (tidy) show-queuingStephen Hemminger
2008-09-27Fix problem in parsing of qdisc commandStephen Hemminger
Bugfix 3720 The RED qdisc was overlooked on the pretty print list, and it produces additional lines of output that needed to be skipped.
2008-09-15Provide mapping from class id to queue displine idStephen Hemminger
Improved format of output: eth0 Output queue: Class Qos-Policy Sent Dropped Overlimit 1: traffic-shaper 110110 0 0 2 fair-queue 110110 0 0
2008-08-29Improved Qos queue operational commandStephen Hemminger
This implements new improved operational command: show queueing ... Bugfix: 2918
2008-05-14Add -p (pretty) option to filter showStephen Hemminger
The format of tc command output could not be safely changed without breaking legacy scripts, so the comprimise was to add a -pretty option.
2008-02-21need path to tc commandStephen Hemminger
Since show command can be run as non-root user, need to force correct path. Fixes: http://bugzilla.vyatta.com/show_bug.cgi?id=2870
2008-01-30Initial versiondebian/0.1Stephen Hemminger