]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Added test config 11.2.3
authorMartin Willi <martin@revosec.ch>
Thu, 3 Feb 2011 09:05:10 +0000 (10:05 +0100)
committerMartin Willi <martin@revosec.ch>
Thu, 10 Mar 2011 09:19:44 +0000 (10:19 +0100)
src/conftest/suiteb/11.2.3/dut.conf [new file with mode: 0644]
src/conftest/suiteb/11.2.3/test.conf [new file with mode: 0644]

diff --git a/src/conftest/suiteb/11.2.3/dut.conf b/src/conftest/suiteb/11.2.3/dut.conf
new file mode 100644 (file)
index 0000000..c90a100
--- /dev/null
@@ -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 (file)
index 0000000..391cb4d
--- /dev/null
@@ -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
+       }
+}