diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-11-01 21:15:19 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-11-01 21:15:19 +0000 |
commit | 6dca6c6f71b0dfe2e390cb6be2a37fd06a46691c (patch) | |
tree | dc74b6d52b8d3d082ac43e714fa73f2fb826ed67 /testing | |
parent | c596926095fc70f6b2d8e5a73e2b7dba720a853e (diff) | |
download | strongswan-6dca6c6f71b0dfe2e390cb6be2a37fd06a46691c.tar.bz2 strongswan-6dca6c6f71b0dfe2e390cb6be2a37fd06a46691c.tar.xz |
due to narrowing no need for rightsubnetwithin
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/tests/ikev2/nat-two-rw/hosts/sun/etc/ipsec.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/ikev2/nat-two-rw/hosts/sun/etc/ipsec.conf b/testing/tests/ikev2/nat-two-rw/hosts/sun/etc/ipsec.conf index 43c4f0717..8a289fd7d 100755 --- a/testing/tests/ikev2/nat-two-rw/hosts/sun/etc/ipsec.conf +++ b/testing/tests/ikev2/nat-two-rw/hosts/sun/etc/ipsec.conf @@ -30,5 +30,5 @@ conn host-host conn nat-t leftsubnet=10.2.0.0/16 right=%any - rightsubnetwithin=10.1.0.0/16 + rightsubnet=10.1.0.0/16 auto=add |