diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-06-10 18:52:14 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-06-10 18:52:14 +0000 |
commit | aca0317d92c4141e1b48c7081f39d8646bd4767d (patch) | |
tree | 8e6fd4bf42446b07e37bd8fff57c7ef18149bb5e /testing/tests/ikev1/esp-alg-strict-fail | |
parent | 9cc7a29786c048acfdb7c13103847d064b1867e8 (diff) | |
download | strongswan-aca0317d92c4141e1b48c7081f39d8646bd4767d.tar.bz2 strongswan-aca0317d92c4141e1b48c7081f39d8646bd4767d.tar.xz |
removed all nexthop statements
Diffstat (limited to 'testing/tests/ikev1/esp-alg-strict-fail')
-rwxr-xr-x | testing/tests/ikev1/esp-alg-strict-fail/hosts/carol/etc/ipsec.conf | 2 | ||||
-rwxr-xr-x | testing/tests/ikev1/esp-alg-strict-fail/hosts/moon/etc/ipsec.conf | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/testing/tests/ikev1/esp-alg-strict-fail/hosts/carol/etc/ipsec.conf b/testing/tests/ikev1/esp-alg-strict-fail/hosts/carol/etc/ipsec.conf index 4ed2fb645..f61cfc6bb 100755 --- a/testing/tests/ikev1/esp-alg-strict-fail/hosts/carol/etc/ipsec.conf +++ b/testing/tests/ikev1/esp-alg-strict-fail/hosts/carol/etc/ipsec.conf @@ -13,9 +13,9 @@ conn %default keyingtries=1 ike=3des-sha esp=3des-sha1 + conn home left=PH_IP_CAROL - leftnexthop=%direct leftcert=carolCert.pem leftid=carol@strongswan.org right=PH_IP_MOON diff --git a/testing/tests/ikev1/esp-alg-strict-fail/hosts/moon/etc/ipsec.conf b/testing/tests/ikev1/esp-alg-strict-fail/hosts/moon/etc/ipsec.conf index f8c27ad7c..5bf53b8bc 100755 --- a/testing/tests/ikev1/esp-alg-strict-fail/hosts/moon/etc/ipsec.conf +++ b/testing/tests/ikev1/esp-alg-strict-fail/hosts/moon/etc/ipsec.conf @@ -11,7 +11,6 @@ conn %default keylife=20m rekeymargin=3m keyingtries=1 - leftnexthop=%direct ike=aes128-sha esp=aes128-sha1! |