/testing/guestbin/swan-prep --nokeys
Creating empty NSS database
east #
 ipsec start
Redirecting to: [initsystem]
east #
 ../../guestbin/wait-until-pluto-started
east #
 ipsec auto --add westnet-eastnet-ikev2a
"westnet-eastnet-ikev2a": added IKEv2 connection
east #
 ipsec auto --add westnet-eastnet-ikev2b
"westnet-eastnet-ikev2b": added IKEv2 connection
east #
 # do not answer CREATE_CHILD_SA requests
east #
 ###ipsec whack --impair send_no_ikev2_cc_resp
east #
 echo "initdone"
initdone
east #
 # should show retransmits on west and replies on east
east #
 grep sending /tmp/pluto.log |grep through
| sending 248 bytes for Respond to IKE_SA_INIT through eth1 from 192.1.2.23:500 to 192.1.2.45:500 using UDP (for #1)
| sending 225 bytes for Responder: process IKE_AUTH request through eth1 from 192.1.2.23:500 to 192.1.2.45:500 using UDP (for #1)
| sending 177 bytes for process create Child SA request (CREATE_CHILD_SA) through eth1 from 192.1.2.23:500 to 192.1.2.45:500 using UDP (for #1)
east #
