summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorgoodNETnick <pknet@ya.ru>2022-01-11 22:56:33 -0500
committergoodNETnick <pknet@ya.ru>2022-01-11 22:56:33 -0500
commit7e00db319e5078c1f290e63a968af0c507c99bd4 (patch)
treebf8187f9bc73454a30ac50a86dce445e94ef9b8b /scripts
parent92ba4e493adc3158c6aafc3d6b5f6f86b2e7e4ff (diff)
downloadvyatta-cfg-firewall-7e00db319e5078c1f290e63a968af0c507c99bd4.tar.gz
vyatta-cfg-firewall-7e00db319e5078c1f290e63a968af0c507c99bd4.zip
firewall: T4100: default action number
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/firewall/vyatta-firewall.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/firewall/vyatta-firewall.pl b/scripts/firewall/vyatta-firewall.pl
index e6fa85a..270007b 100755
--- a/scripts/firewall/vyatta-firewall.pl
+++ b/scripts/firewall/vyatta-firewall.pl
@@ -28,7 +28,7 @@ my $FW_LOCAL_HOOK = 'VYATTA_FW_LOCAL_HOOK';
# FW_LOCALOUT_HOOK is only used in mangle table for PBR of locally initiated traffic
my $FW_LOCALOUT_HOOK = 'VYATTA_FW_LOCALOUT_HOOK';
-my $max_rule = 10000;
+my $max_rule = 1000000;
my (@setup, @updateints, @updaterules);
my ($teardown, $teardown_ok);