summaryrefslogtreecommitdiff
path: root/scripts/show-input-policy.pl
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-06-11 14:52:00 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-06-11 14:52:00 -0700
commit91f22d461e52fa326c155b14c5806b340140e3b2 (patch)
tree60a1318fdcefcedf81d6d6019e10b921020361bd /scripts/show-input-policy.pl
parent671a8b2b64c93bc8bd0a5165d03017f968852e38 (diff)
downloadvyatta-op-qos-91f22d461e52fa326c155b14c5806b340140e3b2.tar.gz
vyatta-op-qos-91f22d461e52fa326c155b14c5806b340140e3b2.zip
Change column headings
Input policy is called Action (limter, redirect,...) and Output policy is called Policy.
Diffstat (limited to 'scripts/show-input-policy.pl')
-rw-r--r--scripts/show-input-policy.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/show-input-policy.pl b/scripts/show-input-policy.pl
index 98ef37f..2c139e7 100644
--- a/scripts/show-input-policy.pl
+++ b/scripts/show-input-policy.pl
@@ -134,7 +134,7 @@ sub show_brief {
my @interfaces = ingress_interface();
my $fmt = "%-10s %-10s %-10s %-9s %-9s\n";
- printf $fmt, 'Interface', 'Policy', 'Received', 'Dropped', 'Overlimit';
+ printf $fmt, 'Interface', 'Action', 'Received', 'Dropped', 'Overlimit';
foreach my $intf (sort @interfaces) {
my $filters = get_filter($intf);