Annotation of embedaddon/strongswan/testing/tests/route-based/net2net-xfrmi-ike/hosts/sun/etc/swanctl/swanctl.conf, revision 1.1.1.1

1.1       misho       1: connections {
                      2: 
                      3:    gw-gw {
                      4:       local_addrs  = PH_IP_SUN
                      5:       remote_addrs = PH_IP_MOON
                      6: 
                      7:       if_id_in = %unique-dir
                      8:       if_id_out = %unique-dir
                      9: 
                     10:       local {
                     11:          auth = pubkey
                     12:          certs = sunCert.pem
                     13:          id = sun.strongswan.org
                     14:       }
                     15:       remote {
                     16:          auth = pubkey
                     17:          id = moon.strongswan.org
                     18:       }
                     19:       children {
                     20:          net-net {
                     21:             local_ts  = 10.2.0.0/16
                     22:             remote_ts = 10.1.0.0/16
                     23: 
                     24:             esp_proposals = aes128gcm128-x25519
                     25:          }
                     26:       }
                     27:       version = 2
                     28:       proposals = aes128-sha256-x25519
                     29:    }
                     30: }

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