Annotation of embedaddon/strongswan/testing/tests/ipv6/net2net-ikev1/hosts/sun/etc/swanctl/swanctl.conf, revision 1.1.1.1

1.1       misho       1: connections {
                      2: 
                      3:    net-net {
                      4:       local_addrs  = fec0::2
                      5:       remote_addrs = fec0::1
                      6: 
                      7:       local {
                      8:          auth = pubkey
                      9:          certs = sunCert.pem
                     10:          id = sun.strongswan.org
                     11:       }
                     12:       remote {
                     13:          auth = pubkey
                     14:          id = moon.strongswan.org
                     15:       }
                     16:       children {
                     17:          net-net {
                     18:             local_ts  = fec2::0/16
                     19:             remote_ts = fec1::0/16
                     20: 
                     21:             updown = /usr/local/libexec/ipsec/_updown iptables
                     22:             esp_proposals = aes128-sha256-x25519
                     23:          }
                     24:       }
                     25:       version = 1
                     26:       proposals = aes128-sha256-x25519
                     27:    }
                     28: }
                     29: 
                     30: authorities {
                     31:    strongswan {
                     32:       cacert = strongswanCert.pem
                     33:       crl_uris = http://ip6-winnetou.strongswan.org/strongswan.crl
                     34:    }
                     35: }

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