diff options
Diffstat (limited to 'scripts/firewall/vyatta-show-firewall.pl')
-rwxr-xr-x | scripts/firewall/vyatta-show-firewall.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/firewall/vyatta-show-firewall.pl b/scripts/firewall/vyatta-show-firewall.pl index 051a00c..3f16894 100755 --- a/scripts/firewall/vyatta-show-firewall.pl +++ b/scripts/firewall/vyatta-show-firewall.pl @@ -46,7 +46,7 @@ sub convert_to_easyunits { } sub numerically { $a <=> $b; } -my $format1 = "%-5s %-8s %-9s %-8s %-40s"; +my $format1 = "%-9s %-8s %-9s %-8s %-40s"; my $format2 = " %-78s"; # mapping from config node to root config node. |