Annotation of embedaddon/strongswan/testing/tests/openssl-ikev2/critical-extension/hosts/moon/etc/swanctl/swanctl.conf, revision 1.1.1.1

1.1       misho       1: connections {
                      2: 
                      3:    gw-gw {
                      4:       local_addrs  = 192.168.0.1
                      5:       remote_addrs = 192.168.0.2
                      6: 
                      7:       local {
                      8:          auth = pubkey
                      9:          id = moon.strongswan.org
                     10:       }
                     11:       remote {
                     12:          auth = pubkey
                     13:          id = sun.strongswan.org
                     14:       }
                     15:       children {
                     16:          net-net {
                     17:             local_ts  = 10.1.0.0/16
                     18:             remote_ts = 10.2.0.0/16
                     19:             esp_proposals = aes128gcm128-ecp256
                     20:          }
                     21:       }
                     22:       version = 2
                     23:       mobike = no
                     24:       proposals = aes128-sha256-ecp256
                     25:    }
                     26: }

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