Annotation of embedaddon/strongswan/testing/tests/ikev2/net2net-multicast/hosts/sun/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 curve25519 gmp x509 curl revocation hmac stroke kernel-netlink socket-default forecast
                      5: 
                      6:   multiple_authentication = no
                      7:   plugins {
                      8:     forecast {
                      9:       groups = 224.0.0.251
                     10:       interface = eth1
                     11:     }
                     12:   }
                     13: }

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