diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-06-13 08:44:50 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-06-13 08:44:50 +0200 |
commit | d90ea16030c596a17a2951c9ffd1dfe28d5e9c50 (patch) | |
tree | d5d7ad4aff858c3c826276a24571a67de4735f0f /testing/tests | |
parent | 80873f2c5ed856389353a6a47f86bf689fc40dd7 (diff) | |
download | strongswan-d90ea16030c596a17a2951c9ffd1dfe28d5e9c50.tar.bz2 strongswan-d90ea16030c596a17a2951c9ffd1dfe28d5e9c50.tar.xz |
reduced debug level in ikev2/alg-blowfish scenario
Diffstat (limited to 'testing/tests')
-rwxr-xr-x | testing/tests/ikev2/alg-blowfish/hosts/carol/etc/ipsec.conf | 2 | ||||
-rwxr-xr-x | testing/tests/ikev2/alg-blowfish/hosts/moon/etc/ipsec.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/tests/ikev2/alg-blowfish/hosts/carol/etc/ipsec.conf b/testing/tests/ikev2/alg-blowfish/hosts/carol/etc/ipsec.conf index b3b0551f8..a78724926 100755 --- a/testing/tests/ikev2/alg-blowfish/hosts/carol/etc/ipsec.conf +++ b/testing/tests/ikev2/alg-blowfish/hosts/carol/etc/ipsec.conf @@ -4,7 +4,7 @@ config setup crlcheckinterval=180 strictcrlpolicy=no plutostart=no - charondebug="enc 4, ike 4" + charondebug="cfg 2" conn %default ikelifetime=60m diff --git a/testing/tests/ikev2/alg-blowfish/hosts/moon/etc/ipsec.conf b/testing/tests/ikev2/alg-blowfish/hosts/moon/etc/ipsec.conf index d7d8d83c8..5183e26d2 100755 --- a/testing/tests/ikev2/alg-blowfish/hosts/moon/etc/ipsec.conf +++ b/testing/tests/ikev2/alg-blowfish/hosts/moon/etc/ipsec.conf @@ -4,7 +4,7 @@ config setup crlcheckinterval=180 strictcrlpolicy=no plutostart=no - charondebug="enc 4, ike 4, cfg 2" + charondebug="cfg 2" conn %default ikelifetime=60m |