From: Martin Willi Date: Thu, 3 Feb 2011 09:05:10 +0000 (+0100) Subject: Added test config 11.2.3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78f5fc90e05de9f94e17c0e5ba576ffd99bc712e;p=thirdparty%2Fstrongswan.git Added test config 11.2.3 --- diff --git a/src/conftest/suiteb/11.2.3/dut.conf b/src/conftest/suiteb/11.2.3/dut.conf new file mode 100644 index 0000000000..c90a100925 --- /dev/null +++ b/src/conftest/suiteb/11.2.3/dut.conf @@ -0,0 +1,8 @@ + +configs { + ike-v4 { + rhost = 172.16.1.99 + lid = 172.16.1.10 + rid = 172.16.1.99 + } +} diff --git a/src/conftest/suiteb/11.2.3/test.conf b/src/conftest/suiteb/11.2.3/test.conf new file mode 100644 index 0000000000..391cb4da20 --- /dev/null +++ b/src/conftest/suiteb/11.2.3/test.conf @@ -0,0 +1,19 @@ + +configs { + ike-v4 { + lid = 172.16.1.99 + rid = 172.16.1.10 + } +} + +certs { + untrusted { + x509-wrong-san = ls-wrong-san.crt + } +} + +actions { + initiate { + config = child-v4 + } +}