diff options
Diffstat (limited to 'scripts/show-input-policy.pl')
-rw-r--r-- | scripts/show-input-policy.pl | 2 |
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); |