--- /dev/null
+
+configs {
+ ike-suiteb {
+ proposal = aes128-sha256-ecp256
+ lhost = 172.16.1.10
+ rhost = 172.16.1.20
+ lid = dut.strongswan.org
+ rid = ls.strongswan.org
+ child-suiteb {
+ proposal = aes128gcm16-aes128ccm16
+ lts = 10.10.10.0/24
+ rts = 10.20.20.0/24
+ }
+ }
+}
--- /dev/null
+
+configs {
+ ike-suiteb {
+ proposal = aes128-sha256-ecp256
+ lhost = 172.16.1.20
+ rhost = 172.16.1.10
+ lid = ls.strongswan.org
+ rid = dut.strongswan.org
+ child-suiteb {
+ proposal = aes128gcm16-aes128ccm16
+ lts = 10.20.20.0/24
+ rts = 10.10.10.0/24
+ }
+ }
+}
+
+actions {
+ initiate {
+ config = child-suiteb
+ }
+}