From: Martin Willi Date: Tue, 12 Apr 2011 07:47:29 +0000 (+0200) Subject: Initiate with good proposal in 3.12.1 after the bad one fails X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04fb6d25e4a42cd3c7a4063d6f5969f2a19ffb27;p=thirdparty%2Fstrongswan.git Initiate with good proposal in 3.12.1 after the bad one fails --- diff --git a/src/conftest/suiteb/3.12.1/test.conf b/src/conftest/suiteb/3.12.1/test.conf index 248dbafde4..7dc6600e53 100644 --- a/src/conftest/suiteb/3.12.1/test.conf +++ b/src/conftest/suiteb/3.12.1/test.conf @@ -1,14 +1,20 @@ configs { ike-v4 { - child-v4 { + child-bad { + lts = 10.20.20.0/24 + rts = 10.10.10.0/24 proposal = des-md5 } } } actions { - initiate { + initiate-bad { + config = child-bad + } + initiate-good { config = child-v4 + delay = 5 } }