From: Martin Willi Date: Thu, 25 Nov 2010 12:58:23 +0000 (+0100) Subject: Added test config 8.1.2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=811aa7e238e20cd38142a36f0d85c1ecdbd3c0f6;p=thirdparty%2Fstrongswan.git Added test config 8.1.2 --- diff --git a/src/conftest/suiteb/8.1.2/dut.conf b/src/conftest/suiteb/8.1.2/dut.conf new file mode 100644 index 0000000000..222a499f4d --- /dev/null +++ b/src/conftest/suiteb/8.1.2/dut.conf @@ -0,0 +1,20 @@ + +configs { + ike-ipv6 { + proposal = aes128-sha1-modp1024 + lhost = 2001:0db8:aaaa:bbbb::0010 + rhost = 2001:0db8:aaaa:bbbb::0020 + lid = dut.strongswan.org + rid = ls.strongswan.org + child-ipv6 { + lts = 2001:0db8:face:0010::/64 + rts = 2001:0db8:face:0020::/64 + } + } +} + +actions { + initiate { + config = child-ipv6 + } +} diff --git a/src/conftest/suiteb/8.1.2/test.conf b/src/conftest/suiteb/8.1.2/test.conf new file mode 100644 index 0000000000..092ab91854 --- /dev/null +++ b/src/conftest/suiteb/8.1.2/test.conf @@ -0,0 +1,19 @@ + +configs { + ike-ipv6 { + proposal = aes128-sha1-modp1024 + lhost = 2001:0db8:aaaa:bbbb::0020 + rhost = 2001:0db8:aaaa:bbbb::0010 + lid = ls.strongswan.org + rid = dut.strongswan.org + child-ipv6 { + lts = 2001:0db8:face:0020::/64 + rts = 2001:0db8:face:0010::/64 + } + } +} + +hooks { + log_ts { + } +}