From cb02e3194791a1be5c1f42091dd718c4e136593e Mon Sep 17 00:00:00 2001 From: goodNETnick Date: Tue, 28 Dec 2021 01:07:26 -0500 Subject: IPsec: T4087: increasing the number of proposals allowed for the IKE group --- scripts/vpn-config.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vpn-config.pl b/scripts/vpn-config.pl index dd1b789..cb3cac7 100755 --- a/scripts/vpn-config.pl +++ b/scripts/vpn-config.pl @@ -31,7 +31,7 @@ use constant ESPLIFETIME_DEFAULT => 3600; # 1 hour use constant REKEYMARGIN_DEFAULT => 540; # 9 minutes use constant REKEYFUZZ_DEFAULT => 100; use constant INVALID_LOCAL_IP => 254; -use constant VPN_MAX_PROPOSALS => 10; +use constant VPN_MAX_PROPOSALS => 1000; use Vyatta::TypeChecker; use Vyatta::VPN::Util; -- cgit v1.2.3