Age | Commit message (Collapse) | Author |
|
Signed-off-by: Daniil Baturin <daniil@baturin.org>
|
|
|
|
With the addition of priority queue, need to show it correctly.
|
|
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.
|
|
Bug 6532
Rework code to make it more robust for tc output format.
Kernel no longer provide empty rate values.
Rearrange fields on output.
|
|
|
|
The script was not handling multiple classes and the missing
statistics on the default class.
|
|
Bug 5875
It is possible to have ingress qdisc with no filter, if so don't
cause an error.
|
|
Input policy is called Action (limter, redirect,...)
and Output policy is called Policy.
|
|
Skip interfaces with no input policy.
Also fix copyright and comments
|
|
New show input-policy and releated commands.
|
|
|
|
No longer display ingress in this command; will be done by new command.
Also reindent script.
|
|
|
|
Traffic-limiter can be used on output or input now.
|
|
If dsmark is root class, ignore it.
Bug 4450
|
|
Makes show queueing match what user expects based on configuration
Bug 4450
|
|
Bug 5245
show-queuing script did not handle case where only ingress
is used.
|
|
Bug 5138
Hex class numbers not translated correctly.
|
|
Sort output lines
Bug 3896
|
|
Coming in near or future release.
|
|
Fix issues with sorting of class ids (Bug 3885) and ingress classes (Bug 3896)
plus add support for nested classes (Bug 4274) even though they can't
be configured yet.
But wait there's more. Add a rate field since it is there and might
be useful as well.
|
|
|
|
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
|
|
|