/testing/guestbin/swan-prep --46 --nokey
Creating empty NSS database
west #
 ../../guestbin/ip.sh address show eth0 | grep global | sort
    inet 192.0.1.254/24 scope global eth0
    inet6 2001:db8:0:1::254/64 scope global
west #
 ipsec start
Redirecting to: [initsystem]
west #
 ../../guestbin/wait-until-pluto-started
west #
 ipsec whack --impair suppress_retransmits
west #
 ipsec add west-cuckold
"west-cuckold": added IKEv2 connection
west #
 ipsec add west-cuckoo
"west-cuckoo": added IKEv2 connection
west #
 echo "initdone"
initdone
west #
 ipsec up west-cuckold
"west-cuckold" #1: initiating IKEv2 connection to 192.1.2.23 using UDP
"west-cuckold" #1: sent IKE_SA_INIT request to 192.1.2.23:UDP/500
"west-cuckold" #1: processed IKE_SA_INIT response from 192.1.2.23:UDP/500 {cipher=AES_GCM_16_256 integ=n/a prf=HMAC_SHA2_512 group=DH19}, initiating IKE_AUTH
"west-cuckold" #1: sent IKE_AUTH request to 192.1.2.23:UDP/500
"west-cuckold" #1: initiator established IKE SA; authenticated peer using authby=secret and ID_FQDN '@east'
"west-cuckold" #2: initiator established Child SA using #1; IPsec tunnel [192.0.3.0/24===192.0.2.0/24] {ESP/ESN=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256-NONE DPD=passive}
west #
 # back to EAST
west #
 # Initiate a rekey of the IKE SA.  The request will be blocked on
west #
 # EAST.
west #
 ipsec whack --rekey-ike --name west-cuckold --asynchronous
west #
 
