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 2c139e7..0d41078 100644 --- a/scripts/show-input-policy.pl +++ b/scripts/show-input-policy.pl @@ -138,7 +138,7 @@ sub show_brief { foreach my $intf (sort @interfaces) { my $filters = get_filter($intf); - my $policy; + my $policy = "none"; my $receive = 0; my $dropped = 0; my $overlimit = 0; |