diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-07-04 23:47:20 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-07-04 23:47:20 +0000 |
commit | 7b0305f59ddab9ea026b202a8c569912e5bf9a90 (patch) | |
tree | 131d39a22cf97e9e8c6da58ddefabc8138a731c2 /testing/tests/ikev1/wlan | |
parent | 08ee5250bd9c43fda5f24d10b791ca2c4c17fcee (diff) | |
download | vyos-strongswan-7b0305f59ddab9ea026b202a8c569912e5bf9a90.tar.gz vyos-strongswan-7b0305f59ddab9ea026b202a8c569912e5bf9a90.zip |
[svn-upgrade] Integrating new upstream version, strongswan (4.1.4)
Diffstat (limited to 'testing/tests/ikev1/wlan')
-rwxr-xr-x | testing/tests/ikev1/wlan/hosts/alice/etc/ipsec.conf | 2 | ||||
-rwxr-xr-x | testing/tests/ikev1/wlan/hosts/moon/etc/ipsec.conf | 1 | ||||
-rwxr-xr-x | testing/tests/ikev1/wlan/hosts/venus/etc/ipsec.conf | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/testing/tests/ikev1/wlan/hosts/alice/etc/ipsec.conf b/testing/tests/ikev1/wlan/hosts/alice/etc/ipsec.conf index 665ce592f..30b657662 100755 --- a/testing/tests/ikev1/wlan/hosts/alice/etc/ipsec.conf +++ b/testing/tests/ikev1/wlan/hosts/alice/etc/ipsec.conf @@ -16,7 +16,6 @@ conn %default conn system left=PH_IP_ALICE leftprotoport=tcp/ssh - leftnexthop=%direct authby=never type=passthrough right=10.1.0.254 @@ -25,7 +24,6 @@ conn system conn wlan left=PH_IP_ALICE - leftnexthop=%direct leftcert=aliceCert.pem leftid=alice@strongswan.org leftfirewall=yes diff --git a/testing/tests/ikev1/wlan/hosts/moon/etc/ipsec.conf b/testing/tests/ikev1/wlan/hosts/moon/etc/ipsec.conf index 44f980422..ab3287aee 100755 --- a/testing/tests/ikev1/wlan/hosts/moon/etc/ipsec.conf +++ b/testing/tests/ikev1/wlan/hosts/moon/etc/ipsec.conf @@ -27,7 +27,6 @@ conn venus conn wlan left=PH_IP_MOON1 - leftnexthop=%direct leftsubnet=0.0.0.0/0 leftcert=moonCert.pem leftid=@moon.strongswan.org diff --git a/testing/tests/ikev1/wlan/hosts/venus/etc/ipsec.conf b/testing/tests/ikev1/wlan/hosts/venus/etc/ipsec.conf index 5d861548d..bb9897c79 100755 --- a/testing/tests/ikev1/wlan/hosts/venus/etc/ipsec.conf +++ b/testing/tests/ikev1/wlan/hosts/venus/etc/ipsec.conf @@ -16,7 +16,6 @@ conn %default conn system left=PH_IP_VENUS leftprotoport=tcp/ssh - leftnexthop=%direct authby=never type=passthrough right=10.1.0.254 @@ -25,7 +24,6 @@ conn system conn wlan left=PH_IP_VENUS - leftnexthop=%direct leftcert=venusCert.pem leftid=@venus.strongswan.org leftfirewall=yes |