Annotation of embedaddon/strongswan/testing/tests/route-based/rw-shared-xfrmi/hosts/moon/etc/swanctl/swanctl.conf, revision 1.1.1.1

1.1       misho       1: connections {
                      2: 
                      3:    rw {
                      4:       local_addrs  = PH_IP_MOON
                      5:       pools = rw_pool
                      6: 
                      7:       local {
                      8:          auth = pubkey
                      9:          certs = moonCert.pem
                     10:          id = moon.strongswan.org
                     11:       }
                     12:       remote {
                     13:          auth = pubkey
                     14:       }
                     15:       children {
                     16:          net {
                     17:             local_ts  = 10.1.0.0/16
                     18: 
                     19:             if_id_out = 42
                     20:             if_id_in = 42
                     21: 
                     22:             esp_proposals = aes128gcm128-x25519
                     23:          }
                     24:       }
                     25:       version = 2
                     26:       proposals = aes128-sha256-x25519
                     27:    }
                     28: }
                     29: 
                     30: pools {
                     31:     rw_pool {
                     32:         addrs = 10.3.0.0/28
                     33:     }
                     34: }

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