From 4e4778c7c92e51f514d97625a76bef9669986b7b Mon Sep 17 00:00:00 2001 From: goodNETnick Date: Tue, 28 Dec 2021 00:53:56 -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 8bb052c..5c405c0 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