Annotation of embedaddon/strongswan/testing/tests/sql/ip-split-pools-db-restart/hosts/moon/etc/strongswan.conf, revision 1.1.1.1

1.1       misho       1: # /etc/strongswan.conf - strongSwan configuration file
                      2: 
                      3: charon {
                      4:   load = random nonce aes sha1 sha2 pem pkcs1 gmp x509 curl revocation hmac vici kernel-netlink socket-default updown sqlite sql attr-sql
                      5: 
                      6:   plugins {
                      7:     sql {
                      8:       database = sqlite:///etc/db.d/ipsec.db
                      9:     }
                     10:     attr-sql {
                     11:       database = sqlite:///etc/db.d/ipsec.db
                     12:     }
                     13:   }
                     14: }
                     15: 
                     16: pool {
                     17:   load = sqlite
                     18: }

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