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/rw-psk-rsa-mixed | |
parent | 9cc7a29786c048acfdb7c13103847d064b1867e8 (diff) | |
download | strongswan-aca0317d92c4141e1b48c7081f39d8646bd4767d.tar.bz2 strongswan-aca0317d92c4141e1b48c7081f39d8646bd4767d.tar.xz |
removed all nexthop statements
Diffstat (limited to 'testing/tests/ikev1/rw-psk-rsa-mixed')
-rwxr-xr-x | testing/tests/ikev1/rw-psk-rsa-mixed/hosts/carol/etc/ipsec.conf | 1 | ||||
-rwxr-xr-x | testing/tests/ikev1/rw-psk-rsa-mixed/hosts/moon/etc/ipsec.conf | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/testing/tests/ikev1/rw-psk-rsa-mixed/hosts/carol/etc/ipsec.conf b/testing/tests/ikev1/rw-psk-rsa-mixed/hosts/carol/etc/ipsec.conf index b142c75bb..08a41e612 100755 --- a/testing/tests/ikev1/rw-psk-rsa-mixed/hosts/carol/etc/ipsec.conf +++ b/testing/tests/ikev1/rw-psk-rsa-mixed/hosts/carol/etc/ipsec.conf @@ -14,7 +14,6 @@ conn %default conn home authby=secret left=PH_IP_CAROL - leftnexthop=%direct leftid=carol@strongswan.org leftfirewall=yes right=PH_IP_MOON diff --git a/testing/tests/ikev1/rw-psk-rsa-mixed/hosts/moon/etc/ipsec.conf b/testing/tests/ikev1/rw-psk-rsa-mixed/hosts/moon/etc/ipsec.conf index 5916d8fd8..b8900c082 100755 --- a/testing/tests/ikev1/rw-psk-rsa-mixed/hosts/moon/etc/ipsec.conf +++ b/testing/tests/ikev1/rw-psk-rsa-mixed/hosts/moon/etc/ipsec.conf @@ -10,7 +10,6 @@ conn %default rekeymargin=3m keyingtries=1 left=PH_IP_MOON - leftnexthop=%direct leftid=@moon.strongswan.org leftsubnet=10.1.0.0/16 leftfirewall=yes |