diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2022-05-18 13:35:11 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2022-05-18 13:35:11 +0000 |
commit | 33bffc11fe97b60932da25a8a5b428316fdc86eb (patch) | |
tree | b84ca0b5823cdfd14d90e7d04311f9d9200ecec4 | |
parent | e92646a0b3ed4d25c55c52bc1ac1081b4687563a (diff) | |
download | vyatta-op-firewall-33bffc11fe97b60932da25a8a5b428316fdc86eb.tar.gz vyatta-op-firewall-33bffc11fe97b60932da25a8a5b428316fdc86eb.zip |
firewall: T4430: Extend column for rules op-mode
As we extended firewall rules to 1000000 in 7e00db3
Output from firewall column "action" should be shifted
to the right by a few characters
Cosmetic fix
-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. |