diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-04-11 16:09:09 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-04-11 16:09:09 +0200 |
commit | 2544e08ec7a3789c965eb1c3b93c2c431279a432 (patch) | |
tree | 22aa55f4288f856b87bac40ced1ba27ab43744c8 | |
parent | b87edeaade8ef578a54b95283c4fbb9f769c3170 (diff) | |
download | strongswan-2544e08ec7a3789c965eb1c3b93c2c431279a432.tar.bz2 strongswan-2544e08ec7a3789c965eb1c3b93c2c431279a432.tar.xz |
IKEv1 uses Mode Config payload
-rw-r--r-- | testing/tests/ikev1/ip-pool/description.txt | 2 | ||||
-rw-r--r-- | testing/tests/ikev1/ip-two-pools/description.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/tests/ikev1/ip-pool/description.txt b/testing/tests/ikev1/ip-pool/description.txt index fc3f8c63a..b3f584c57 100644 --- a/testing/tests/ikev1/ip-pool/description.txt +++ b/testing/tests/ikev1/ip-pool/description.txt @@ -1,5 +1,5 @@ The roadwarriors <b>carol</b> and <b>dave</b> set up a connection each to gateway <b>moon</b>. -Both <b>carol</b> and <b>dave</b> request a <b>virtual IP</b> via the IKEv2 configuration payload +Both <b>carol</b> and <b>dave</b> request a <b>virtual IP</b> via the IKEv1 Mode Config payload by using the <b>leftsourceip=%config</b> parameter. The gateway <b>moon</b> assigns virtual IP addresses from a simple pool defined by <b>rightsourceip=10.3.0.0/28</b> in a monotonously increasing order. diff --git a/testing/tests/ikev1/ip-two-pools/description.txt b/testing/tests/ikev1/ip-two-pools/description.txt index 45b84f135..33a5187c5 100644 --- a/testing/tests/ikev1/ip-two-pools/description.txt +++ b/testing/tests/ikev1/ip-two-pools/description.txt @@ -1,5 +1,5 @@ The hosts <b>alice</b> and <b>carol</b> set up a tunnel connection each to gateway <b>moon</b>. -Both hosts request a <b>virtual IP</b> via the IKEv2 configuration payload by using the +Both hosts request a <b>virtual IP</b> via the IKEv1 Mode Config payload by using the <b>leftsourceip=%config</b> parameter. Gateway <b>moon</b> assigns virtual IP addresses from a simple pool defined by <b>rightsourceip=10.3.0.0/28</b> to hosts connecting to the <b>eth0</b> (PH_IP_MOON) interface and virtual IP addresses from a simple pool defined |