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/ike-alg-strict | |
parent | 9cc7a29786c048acfdb7c13103847d064b1867e8 (diff) | |
download | strongswan-aca0317d92c4141e1b48c7081f39d8646bd4767d.tar.bz2 strongswan-aca0317d92c4141e1b48c7081f39d8646bd4767d.tar.xz |
removed all nexthop statements
Diffstat (limited to 'testing/tests/ikev1/ike-alg-strict')
-rwxr-xr-x | testing/tests/ikev1/ike-alg-strict/hosts/carol/etc/ipsec.conf | 1 | ||||
-rwxr-xr-x | testing/tests/ikev1/ike-alg-strict/hosts/moon/etc/ipsec.conf | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/testing/tests/ikev1/ike-alg-strict/hosts/carol/etc/ipsec.conf b/testing/tests/ikev1/ike-alg-strict/hosts/carol/etc/ipsec.conf index da86d14df..b8e2257c4 100755 --- a/testing/tests/ikev1/ike-alg-strict/hosts/carol/etc/ipsec.conf +++ b/testing/tests/ikev1/ike-alg-strict/hosts/carol/etc/ipsec.conf @@ -15,7 +15,6 @@ conn %default esp=3des-sha1,aes-128-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/ike-alg-strict/hosts/moon/etc/ipsec.conf b/testing/tests/ikev1/ike-alg-strict/hosts/moon/etc/ipsec.conf index 1a8b0b966..42e5f8404 100755 --- a/testing/tests/ikev1/ike-alg-strict/hosts/moon/etc/ipsec.conf +++ b/testing/tests/ikev1/ike-alg-strict/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 |