summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2022-05-18 13:35:11 +0000
committerViacheslav Hletenko <v.gletenko@vyos.io>2022-05-18 13:35:11 +0000
commit33bffc11fe97b60932da25a8a5b428316fdc86eb (patch)
treeb84ca0b5823cdfd14d90e7d04311f9d9200ecec4 /scripts
parente92646a0b3ed4d25c55c52bc1ac1081b4687563a (diff)
downloadvyatta-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
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/firewall/vyatta-show-firewall.pl2
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.