summaryrefslogtreecommitdiffstats
path: root/src/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-10-15 15:20:23 -0500
committerChris Buechler <cmb@pfsense.org>2015-10-15 15:20:23 -0500
commita6ee1b41aea58ab61cc15be15aae09878c34b4e3 (patch)
tree0d328efc482503555b42c7a95b4dd7117b2cb812 /src/etc
parent21de7a20eb010716f3a3dd2671b5331697ff1057 (diff)
downloadpfsense-a6ee1b41aea58ab61cc15be15aae09878c34b4e3.zip
pfsense-a6ee1b41aea58ab61cc15be15aae09878c34b4e3.tar.gz
only use daemon and not auth for strongswan logging. As it was, all logs were duplicated. Ticket #5242
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/inc/vpn.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/etc/inc/vpn.inc b/src/etc/inc/vpn.inc
index 62c5fa2..a5005ab 100644
--- a/src/etc/inc/vpn.inc
+++ b/src/etc/inc/vpn.inc
@@ -428,18 +428,12 @@ cisco_unity = {$unity_enabled}
{$ifacesuse}
{$makebeforebreak}
-# And two loggers using syslog. The subsections define the facility to log
-# to, currently one of: daemon, auth.
syslog {
identifier = charon
daemon {
ike_name = yes
{$strongswanlog}
}
- auth {
- ike_name = yes
-{$strongswanlog}
- }
}
EOD;
OpenPOWER on IntegriCloud