From: Martin Willi Date: Mon, 15 Nov 2010 09:40:29 +0000 (+0100) Subject: Added test config 3.12.2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d5944219e7fdf63fecdf30534543f5fad992a6a;p=thirdparty%2Fstrongswan.git Added test config 3.12.2 --- diff --git a/src/conftest/suiteb/3.12.2/dut.conf b/src/conftest/suiteb/3.12.2/dut.conf new file mode 100644 index 0000000000..9534c1d1bb --- /dev/null +++ b/src/conftest/suiteb/3.12.2/dut.conf @@ -0,0 +1,6 @@ + +actions { + initiate { + config = child-default + } +} diff --git a/src/conftest/suiteb/3.12.2/test.conf b/src/conftest/suiteb/3.12.2/test.conf new file mode 100644 index 0000000000..d976e5c2ee --- /dev/null +++ b/src/conftest/suiteb/3.12.2/test.conf @@ -0,0 +1,22 @@ + +configs { + ike-weak { + proposal = aes128-sha1-modp1024 + lhost = 172.16.1.20 + rhost = 172.16.1.10 + lid = ls.strongswan.org + rid = dut.strongswan.org + child-weak { + proposal = des-md5 + lts = 10.20.20.1/24 + rts = 10.10.10.1/24 + } + } +} + +actions { + liveness { + config = ike-weak + delay = 10 + } +}