diff options
Diffstat (limited to 'testing/tests/ike')
-rwxr-xr-x | testing/tests/ike/rw-cert/hosts/dave/etc/ipsec.conf | 1 | ||||
-rwxr-xr-x | testing/tests/ike/rw-cert/hosts/moon/etc/ipsec.conf | 1 | ||||
-rwxr-xr-x | testing/tests/ike/rw_v1-net_v2/hosts/moon/etc/ipsec.conf | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/testing/tests/ike/rw-cert/hosts/dave/etc/ipsec.conf b/testing/tests/ike/rw-cert/hosts/dave/etc/ipsec.conf index 5d78605e9..a42c7a5bd 100755 --- a/testing/tests/ike/rw-cert/hosts/dave/etc/ipsec.conf +++ b/testing/tests/ike/rw-cert/hosts/dave/etc/ipsec.conf @@ -12,7 +12,6 @@ conn %default conn home left=PH_IP_DAVE - leftnexthop=%direct leftcert=daveCert.pem leftid=dave@strongswan.org right=PH_IP_MOON diff --git a/testing/tests/ike/rw-cert/hosts/moon/etc/ipsec.conf b/testing/tests/ike/rw-cert/hosts/moon/etc/ipsec.conf index 841a67491..340b1a176 100755 --- a/testing/tests/ike/rw-cert/hosts/moon/etc/ipsec.conf +++ b/testing/tests/ike/rw-cert/hosts/moon/etc/ipsec.conf @@ -12,7 +12,6 @@ conn %default conn rw left=PH_IP_MOON - leftnexthop=%direct leftcert=moonCert.pem leftid=@moon.strongswan.org leftsubnet=10.1.0.0/16 diff --git a/testing/tests/ike/rw_v1-net_v2/hosts/moon/etc/ipsec.conf b/testing/tests/ike/rw_v1-net_v2/hosts/moon/etc/ipsec.conf index b72a3e939..57c41b521 100755 --- a/testing/tests/ike/rw_v1-net_v2/hosts/moon/etc/ipsec.conf +++ b/testing/tests/ike/rw_v1-net_v2/hosts/moon/etc/ipsec.conf @@ -8,7 +8,6 @@ conn %default ikelifetime=60m keylife=20m left=PH_IP_MOON - leftnexthop=%direct leftcert=moonCert.pem leftid=@moon.strongswan.org leftsubnet=10.1.0.0/16 |