Annotation of embedaddon/strongswan/testing/tests/ikev1/rw-cert-unity/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 pkcs8 curve25519 gmp x509 curl revocation hmac stroke kernel-netlink socket-default attr unity
                      5:   cisco_unity = yes
                      6: 
                      7:   plugins {
                      8:     attr {
                      9:       split-exclude = 192.168.0.0/24
                     10:     }
                     11:   }
                     12: }

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