Age | Commit message (Collapse) | Author |
|
Use Vyatta::Interfaces so it handles all types.
Add upcoming priority and drr queue types.
|
|
Bugfix 3883
|
|
Sort interface names for show queueing.
Bugfix 3885
|
|
Teach the show operational mode about ingress
|
|
Handle multi-line message output of 'tc qdisc ls'
|
|
|
|
Bugfix 3720
The RED qdisc was overlooked on the pretty print list, and it
produces additional lines of output that needed to be skipped.
|
|
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
|
|
This implements new improved operational command:
show queueing ...
Bugfix: 2918
|
|
The format of tc command output could not be safely changed without
breaking legacy scripts, so the comprimise was to add a -pretty option.
|
|
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
|
|
|