Annotation of embedaddon/strongswan/testing/hosts/default/etc/strongswan.conf.testing, revision 1.1.1.1

1.1       misho       1: charon {
                      2:   retransmit_tries = 2
                      3:   retransmit_timeout = 1.0
                      4:   retransmit_base = 1
                      5:   plugins {
                      6:     kernel-netlink {
                      7:       xfrm_acq_expires = 60
                      8:     }
                      9:   }
                     10:   syslog {
                     11:     daemon {
                     12:     }
                     13:     auth {
                     14:       default = 0
                     15:     }
                     16:   }
                     17:   journal {
                     18:     default = -1
                     19:   }
                     20: }
                     21: 
                     22: swanctl {
                     23:   plugins {
                     24:     # disabled because of entropy issues
                     25:     gcrypt {
                     26:       load = no
                     27:     }
                     28:   }
                     29: }
                     30: 
                     31: include strongswan.conf

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>