/testing/guestbin/swan-prep
east #
 ipsec start
Redirecting to: [initsystem]
east #
 ../../guestbin/wait-until-pluto-started
east #
 ipsec auto --add westnet-eastnet-ikev2a
002 "westnet-eastnet-ikev2a": added IKEv2 connection
east #
 ipsec auto --add westnet-eastnet-ikev2b
002 "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 440 bytes for STATE_V2_PARENT_R0 through eth1 from 192.1.2.23:500 to 192.1.2.45:500 using UDP (for #1)
| sending 225 bytes for STATE_V2_PARENT_R1 through eth1 from 192.1.2.23:500 to 192.1.2.45:500 using UDP (for #1)
| sending 177 bytes for STATE_V2_ESTABLISHED_IKE_SA through eth1 from 192.1.2.23:500 to 192.1.2.45:500 using UDP (for #1)
| sending 177 bytes for ikev2-responder-retransmit through eth1 from 192.1.2.23:500 to 192.1.2.45:500 using UDP (for #1)
| sending 177 bytes for ikev2-responder-retransmit through eth1 from 192.1.2.23:500 to 192.1.2.45:500 using UDP (for #1)
| sending 177 bytes for ikev2-responder-retransmit through eth1 from 192.1.2.23:500 to 192.1.2.45:500 using UDP (for #1)
| sending 177 bytes for ikev2-responder-retransmit through eth1 from 192.1.2.23:500 to 192.1.2.45:500 using UDP (for #1)
| sending 177 bytes for ikev2-responder-retransmit through eth1 from 192.1.2.23:500 to 192.1.2.45:500 using UDP (for #1)
east #
 
