From: Martin Willi Date: Thu, 3 Feb 2011 08:46:41 +0000 (+0100) Subject: Added test config 11.2.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04ea6581a55c78dece689fc81e51eb4131cb01d1;p=thirdparty%2Fstrongswan.git Added test config 11.2.1 --- diff --git a/src/conftest/suiteb/11.2.1/dut.conf b/src/conftest/suiteb/11.2.1/dut.conf new file mode 100644 index 0000000000..25c383fdc1 --- /dev/null +++ b/src/conftest/suiteb/11.2.1/dut.conf @@ -0,0 +1,7 @@ + +configs { + ike-v4 { + lid = 172.16.1.10 + rid = 172.16.1.20 + } +} diff --git a/src/conftest/suiteb/11.2.1/test.conf b/src/conftest/suiteb/11.2.1/test.conf new file mode 100644 index 0000000000..000d98899e --- /dev/null +++ b/src/conftest/suiteb/11.2.1/test.conf @@ -0,0 +1,13 @@ + +configs { + ike-v4 { + lid = 172.16.1.20 + rid = 172.16.1.10 + } +} + +actions { + initiate { + config = child-v4 + } +}