/testing/guestbin/swan-prep
west #
 ipsec start
Redirecting to: [initsystem]
west #
 ../../guestbin/wait-until-pluto-started
west #
 ipsec whack --impair revival
west #
 # Try asynchronously; should immediately detach
west #
 ipsec -n start --asynchronous base
PATH/libexec/ipsec/add --config /etc/ipsec.conf --ctlsocket /run/pluto/pluto.ctl --auto=up --asynchronous base
west #
 ipsec -n start --async base
PATH/libexec/ipsec/add --config /etc/ipsec.conf --ctlsocket /run/pluto/pluto.ctl --auto=up --async base
west #
 ipsec -n start --bg base
PATH/libexec/ipsec/add --config /etc/ipsec.conf --ctlsocket /run/pluto/pluto.ctl --auto=up --bg base
west #
 ipsec -n add --auto=up --asynchronous base
PATH/libexec/ipsec/add --config /etc/ipsec.conf --ctlsocket /run/pluto/pluto.ctl --auto=up --asynchronous base
west #
 ipsec start --asynchronous base
"base": added oriented IKEv2 connection
"base" #1: initiating IKEv2 connection to 192.1.2.23 using UDP
west #
 ipsec delete base
"base": terminating SAs using this connection
"base" #1: deleting IKE SA (sent IKE_SA_INIT request)
west #
 # try synchronously; should eventually detach
west #
 ipsec add --auto=up base
"base": added oriented IKEv2 connection
"base" #2: initiating IKEv2 connection to 192.1.2.23 using UDP
"base" #2: sent IKE_SA_INIT request to 192.1.2.23:UDP/500
"base" #2: IKE_SA_INIT_I: 5 second timeout exceeded after 0 retransmits.  No response (or no acceptable response) to our first IKEv2 message
"base" #2: connection is supposed to remain up; revival attempt 1 scheduled in 0 seconds
IMPAIR: "base" #2: revival: skip scheduling CONNECTION_REVIVAL event in 0 seconds
"base" #2: deleting IKE SA (sent IKE_SA_INIT request)
west #
 ipsec delete base
west #
