From 66b3b1567869eeb6fd83e0773be770b987e73f7b Mon Sep 17 00:00:00 2001 From: goodNETnick Date: Tue, 8 Feb 2022 20:46:43 -0500 Subject: firewall: T4234: show firewall with rule number > 10000 --- scripts/firewall/vyatta-show-firewall.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/firewall/vyatta-show-firewall.pl') diff --git a/scripts/firewall/vyatta-show-firewall.pl b/scripts/firewall/vyatta-show-firewall.pl index aaf011c..051a00c 100755 --- a/scripts/firewall/vyatta-show-firewall.pl +++ b/scripts/firewall/vyatta-show-firewall.pl @@ -15,7 +15,7 @@ my $tree_chain = $ARGV[0]; my $xsl_file = $ARGV[1]; my $rule_num = $ARGV[2]; # rule number to match (optional) -my $max_rule = 10000; +my $max_rule = 1000000; if (! -e $xsl_file) { print "Invalid XSL file \"$xsl_file\"\n"; -- cgit v1.2.3