Annotation of embedaddon/strongswan/testing/tests/ikev2/dhcp-static-client-id/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 curve25519 gmp x509 curl revocation hmac stroke kernel-netlink socket-default updown attr farp dhcp
                      5: 
                      6:   plugins {
                      7:     dhcp {
                      8:       server = 10.1.255.255
                      9:       identity_lease = yes
                     10:     }
                     11:   }
                     12: }

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