Strongswan.conf filelog: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „charon { load_modular = yes filelog { /var/log/strongswan/charon.log { time_format = %b %e %T append = yes…“)
 
Zeile 1: Zeile 1:
 +
<pre>
 
charon {
 
charon {
 
         load_modular = yes
 
         load_modular = yes
Zeile 22: Zeile 23:
 
}
 
}
 
include strongswan.d/*.conf
 
include strongswan.d/*.conf
 +
</pre>

Version vom 17. November 2017, 10:09 Uhr

charon {
        load_modular = yes
        filelog {
        /var/log/strongswan/charon.log {
            time_format = %b %e %T
            append = yes
            ike_name = yes
            ike = 1
            enc = 1
            cfg = 2
            default = 0
            flush_line = yes
       }
        stderr {
            ike = 2
            knl = 3
        }
        }
      plugins {
                include strongswan.d/charon/*.conf
        }
}
include strongswan.d/*.conf