]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Initiate with good proposal in 3.12.1 after the bad one fails
authorMartin Willi <martin@revosec.ch>
Tue, 12 Apr 2011 07:47:29 +0000 (09:47 +0200)
committerMartin Willi <martin@revosec.ch>
Tue, 12 Apr 2011 07:47:29 +0000 (09:47 +0200)
src/conftest/suiteb/3.12.1/test.conf

index 248dbafde42b7045609537bd186117ff4ca11523..7dc6600e5388dbf5cc097dde70a04d8470142e66 100644 (file)
@@ -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
        }
 }