diff options
author | Chris Buechler <cmb@pfsense.org> | 2015-10-15 15:19:13 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2015-10-15 15:19:13 -0500 |
commit | 6d134679cf199a7e8f7e16b021de0b5255e83d32 (patch) | |
tree | cb4002828f3146f5a373d824db7c2506fdecba80 /etc | |
parent | 1f290d6244e4def47c46e036c1070ad4e3897eb9 (diff) | |
download | pfsense-6d134679cf199a7e8f7e16b021de0b5255e83d32.zip pfsense-6d134679cf199a7e8f7e16b021de0b5255e83d32.tar.gz |
only use daemon and not auth for strongswan logging. As it was, all logs were duplicated. Ticket #5242
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/vpn.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc index 9627a41..7647251 100644 --- a/etc/inc/vpn.inc +++ b/etc/inc/vpn.inc @@ -432,18 +432,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; |