summaryrefslogtreecommitdiff
path: root/scripts/show-input-policy.pl
AgeCommit message (Collapse)Author
2010-12-08make script executableStephen 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-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-11Change column headingsStephen Hemminger
Input policy is called Action (limter, redirect,...) and Output policy is called Policy.
2010-04-16Cleanup show input policyStephen Hemminger
Skip interfaces with no input policy. Also fix copyright and comments
2010-04-15Add operational mode command for input-policyStephen Hemminger
New show input-policy and releated commands.