diff options
Diffstat (limited to 'testing/tests/mode-config-swapped/hosts/moon/etc/ipsec.conf')
-rwxr-xr-x | testing/tests/mode-config-swapped/hosts/moon/etc/ipsec.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/tests/mode-config-swapped/hosts/moon/etc/ipsec.conf b/testing/tests/mode-config-swapped/hosts/moon/etc/ipsec.conf index a449130cd..eab435d53 100755 --- a/testing/tests/mode-config-swapped/hosts/moon/etc/ipsec.conf +++ b/testing/tests/mode-config-swapped/hosts/moon/etc/ipsec.conf @@ -15,7 +15,7 @@ conn %default keyingtries=1 right=PH_IP_MOON rightsubnet=10.1.0.0/16 - rightsourceip=PH_IP1_MOON + rightsourceip=PH_IP_MOON1 rightnexthop=%direct rightcert=moonCert.pem rightid=@moon.strongswan.org @@ -24,11 +24,11 @@ conn %default conn rw-carol left=%any leftid=carol@strongswan.org - leftsourceip=PH_IP1_CAROL + leftsourceip=PH_IP_CAROL1 auto=add conn rw-dave left=%any leftid=dave@strongswan.org - leftsourceip=PH_IP1_DAVE + leftsourceip=PH_IP_DAVE1 auto=add |