/testing/guestbin/swan-prep --4 --nokey
Creating empty NSS database
west #
 ipsec start
Redirecting to: [initsystem]
west #
 ../../guestbin/wait-until-pluto-started
west #
 ipsec whack --impair suppress_retransmits
west #
 ipsec add east-west
"east-west": added IKEv2 connection
west #
 ipsec up east-west
"east-west" #1: initiating IKEv2 connection to 192.1.2.23 using UDP
"east-west" #1: sent IKE_SA_INIT request to 192.1.2.23:UDP/500
"east-west" #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
"east-west" #1: sent IKE_AUTH request to 192.1.2.23:UDP/500 with shared-key-mac and FQDN '@west'; Child SA #2 {ESP <0xESPESP}
"east-west" #1: initiator established IKE SA; authenticated peer using authby=secret and FQDN '@east'
"east-west" #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 #
 ../../guestbin/ping-once.sh --up 192.0.2.254
up
west #
 ipsec trafficstatus
#2: "east-west", type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, id='@east'
west #
 # stop all traffic, will be drip feeding
west #
 ipsec whack --impair block_inbound
IMPAIR: recording all inbound messages
IMPAIR: block all inbound messages: no -> yes
west #
 ipsec whack --impair block_outbound
IMPAIR: recording all outbound messages
IMPAIR: block all outbound messages: no -> yes
west #
 # initiate delete; but block it
west #
 ipsec whack --delete-child --name east-west --asynchronous
west #
 ../../guestbin/wait-for-outbound.sh 1
"east-west" #1: IMPAIR: blocking outbound message 1
west #
 # now do same on east
west #
 # wait for EAST's delete message to be blocked
west #
 ../../guestbin/wait-for-inbound.sh 1
packet from 192.1.2.23:500: IMPAIR: blocking inbound message 1
west #
 # stop further blocking so revival can occur
west #
 ipsec whack --no-impair block_inbound
IMPAIR: block all inbound messages: yes -> no
west #
 ipsec whack --no-impair block_outbound
IMPAIR: block all outbound messages: yes -> no
west #
 # Process EAST's delete IKE SA request
west #
 #
west #
 # It will delete WEST's IKE SA making the outstanding delete Child SA
west #
 # request pointless.
west #
 ../../guestbin/drip-inbound.sh 1 '#2: connection is supposed to remain up'
packet from 192.1.2.23:500: IMPAIR: blocking inbound message 1
IMPAIR: start processing inbound drip packet 1
IMPAIR: stop processing inbound drip packet 1
"east-west" #2: connection is supposed to remain up; revival attempt 1 scheduled in 0 seconds
west #
 ../../guestbin/wait-for-pluto.sh '#2: ESP traffic information'
"east-west" #2: ESP traffic information: in=84B out=84B
west #
 ../../guestbin/wait-for-pluto.sh '#1: deleting IKE SA'
"east-west" #1: deleting IKE SA (established IKE SA)
west #
 # revived
west #
 ../../guestbin/wait-for-pluto.sh '#4: initiator established Child SA using #3'
"east-west" #4: initiator established Child SA using #3; 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 #
 ../../guestbin/ping-once.sh --up 192.0.2.254
up
west #
 ipsec trafficstatus
#4: "east-west", type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, id='@east'
west #
