diff options
Diffstat (limited to 'testing/tests/ikev2/net2net-start/hosts')
-rwxr-xr-x | testing/tests/ikev2/net2net-start/hosts/moon/etc/ipsec.conf | 1 | ||||
-rwxr-xr-x | testing/tests/ikev2/net2net-start/hosts/sun/etc/ipsec.conf | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/testing/tests/ikev2/net2net-start/hosts/moon/etc/ipsec.conf b/testing/tests/ikev2/net2net-start/hosts/moon/etc/ipsec.conf index 091871e49..77abdcdd1 100755 --- a/testing/tests/ikev2/net2net-start/hosts/moon/etc/ipsec.conf +++ b/testing/tests/ikev2/net2net-start/hosts/moon/etc/ipsec.conf @@ -15,7 +15,6 @@ conn %default conn net-net left=PH_IP_MOON leftsubnet=10.1.0.0/16 - leftnexthop=%direct leftcert=moonCert.pem leftid=@moon.strongswan.org leftfirewall=yes diff --git a/testing/tests/ikev2/net2net-start/hosts/sun/etc/ipsec.conf b/testing/tests/ikev2/net2net-start/hosts/sun/etc/ipsec.conf index b2e41894c..ea55d2edb 100755 --- a/testing/tests/ikev2/net2net-start/hosts/sun/etc/ipsec.conf +++ b/testing/tests/ikev2/net2net-start/hosts/sun/etc/ipsec.conf @@ -17,7 +17,6 @@ conn net-net leftcert=sunCert.pem leftid=@sun.strongswan.org leftsubnet=10.2.0.0/16 - leftnexthop=%direct leftfirewall=yes right=PH_IP_MOON rightid=@moon.strongswan.org |