/testing/guestbin/swan-prep --nokeys
Initializing 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 oriented IKEv2 connection
east #
 ipsec auto --add westnet-eastnet-ikev2b
"westnet-eastnet-ikev2b": added oriented 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 IKE_SA_INIT response through eth1 from 192.1.2.23:500 to 192.1.2.45:500 using UDP (for #1)
| sending 225 bytes for IKE_AUTH response through eth1 from 192.1.2.23:500 to 192.1.2.45:500 using UDP (for #1)
| sending 177 bytes for CREATE_CHILD_SA message through eth1 from 192.1.2.23:500 to 192.1.2.45:500 using UDP (for #1)
east #
