From 9d64c154a6c1c7f9ee723a0831fc1d3419d08145 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Mon, 15 Nov 2010 15:03:19 +0100 Subject: [PATCH] Added test config 3.20.1 --- src/conftest/suiteb/3.20.1/dut.conf | 20 ++++++++++++++++++++ src/conftest/suiteb/3.20.1/test.conf | 19 +++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 src/conftest/suiteb/3.20.1/dut.conf create mode 100644 src/conftest/suiteb/3.20.1/test.conf diff --git a/src/conftest/suiteb/3.20.1/dut.conf b/src/conftest/suiteb/3.20.1/dut.conf new file mode 100644 index 0000000000..7a20025264 --- /dev/null +++ b/src/conftest/suiteb/3.20.1/dut.conf @@ -0,0 +1,20 @@ + +configs { + ike-rfc822 { + proposal = aes128-sha1-modp1024 + lhost = 172.16.1.10 + rhost = 172.16.1.20 + lid = dut@strongswan.org + rid = ls@strongswan.org + child-rfc822 { + lts = 10.10.10.1/24 + rts = 10.20.20.1/24 + } + } +} + +actions { + initiate { + config = child-rfc822 + } +} diff --git a/src/conftest/suiteb/3.20.1/test.conf b/src/conftest/suiteb/3.20.1/test.conf new file mode 100644 index 0000000000..54c3e92c2e --- /dev/null +++ b/src/conftest/suiteb/3.20.1/test.conf @@ -0,0 +1,19 @@ + +hooks { + log_id { + } +} + +configs { + ike-rfc822 { + proposal = aes128-sha1-modp1024 + lhost = 172.16.1.20 + rhost = 172.16.1.10 + lid = ls@strongswan.org + rid = dut@strongswan.org + child-rfc822 { + lts = 10.20.20.1/24 + rts = 10.10.10.1/24 + } + } +} -- 2.47.3