summaryrefslogtreecommitdiff
path: root/scripts/vyatta-show-queueing.pl
AgeCommit message (Collapse)Author
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