Annotation of embedaddon/strongswan/testing/tests/ipv6/rw-psk-ikev1/hosts/moon/etc/swanctl/swanctl.conf, revision 1.1

1.1     ! misho       1: connections {
        !             2: 
        !             3:    rw {
        !             4:       local_addrs  = fec0::1
        !             5: 
        !             6:       local {
        !             7:          auth = psk
        !             8:          id = fec0::1
        !             9:        }
        !            10:       remote {
        !            11:          auth = psk
        !            12:       }
        !            13:       children {
        !            14:          net {
        !            15:             local_ts  = fec1::0/16
        !            16: 
        !            17:             updown = /usr/local/libexec/ipsec/_updown iptables
        !            18:             esp_proposals = aes128-sha256-x25519
        !            19:          }
        !            20:       }
        !            21:       version = 1
        !            22:       proposals = aes128-sha256-x25519
        !            23:    }
        !            24: }
        !            25: 
        !            26: secrets {
        !            27: 
        !            28:    ike-carol {
        !            29:       id = fec0::10
        !            30:       secret = 0sFpZAZqEN6Ti9sqt4ZP5EWcqx
        !            31:    }
        !            32: 
        !            33:    ike-dave {
        !            34:       id = fec0::20
        !            35:       secret = 0sjVzONCF02ncsgiSlmIXeqhGN
        !            36:    }
        !            37: }

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