diff options
author | Tobias Brunner <tobias@strongswan.org> | 2017-11-10 15:53:52 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2017-11-15 17:09:55 +0100 |
commit | be214cb17e4eead2e3260dfe4700939756f4734a (patch) | |
tree | 5fc93e1bee228e6f7b2112049d13a26a70a6130d /testing/tests/sql/net2net-psk/hosts | |
parent | 7a659c0f991138aedc3e21f6376e200b0ea01b8b (diff) | |
download | strongswan-be214cb17e4eead2e3260dfe4700939756f4734a.tar.bz2 strongswan-be214cb17e4eead2e3260dfe4700939756f4734a.tar.xz |
testing: Globally define logging via syslog for charon-systemd
We could make the same change for charon (actually setting it for charon
in strongswan.conf.testing would work for charon-systemd too), however,
there are dozens of test cases that currently set charondebug in
ipsec.conf.
Diffstat (limited to 'testing/tests/sql/net2net-psk/hosts')
-rw-r--r-- | testing/tests/sql/net2net-psk/hosts/moon/etc/strongswan.conf | 8 | ||||
-rw-r--r-- | testing/tests/sql/net2net-psk/hosts/sun/etc/strongswan.conf | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/testing/tests/sql/net2net-psk/hosts/moon/etc/strongswan.conf b/testing/tests/sql/net2net-psk/hosts/moon/etc/strongswan.conf index 1b6009b81..6332df434 100644 --- a/testing/tests/sql/net2net-psk/hosts/moon/etc/strongswan.conf +++ b/testing/tests/sql/net2net-psk/hosts/moon/etc/strongswan.conf @@ -1,14 +1,6 @@ # /etc/strongswan.conf - strongSwan configuration file charon { - syslog { - daemon { - default = 1 - } - auth { - default = 0 - } - } plugins { sql { database = sqlite:///etc/db.d/ipsec.db diff --git a/testing/tests/sql/net2net-psk/hosts/sun/etc/strongswan.conf b/testing/tests/sql/net2net-psk/hosts/sun/etc/strongswan.conf index 1b6009b81..6332df434 100644 --- a/testing/tests/sql/net2net-psk/hosts/sun/etc/strongswan.conf +++ b/testing/tests/sql/net2net-psk/hosts/sun/etc/strongswan.conf @@ -1,14 +1,6 @@ # /etc/strongswan.conf - strongSwan configuration file charon { - syslog { - daemon { - default = 1 - } - auth { - default = 0 - } - } plugins { sql { database = sqlite:///etc/db.d/ipsec.db |