/testing/guestbin/swan-prep --x509
Preparing X.509 files
west #
 ipsec certutil -D -n east
west #
 ipsec start
Redirecting to: [initsystem]
west #
 ../../guestbin/wait-until-pluto-started
west #
 ipsec auto --add san
"san": added IKEv2 connection
west #
 echo "initdone"
initdone
west #
 ipsec whack --impair suppress_retransmits
west #
 # this should fail
west #
 ipsec auto --up san
"san" #1: initiating IKEv2 connection to 192.1.2.23 using UDP
"san" #1: sent IKE_SA_INIT request to 192.1.2.23:UDP/500
"san" #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
"san" #1: sent IKE_AUTH request to 192.1.2.23:UDP/500 with digital-signature and IPV4_ADDR '192.1.2.145'; Child SA #2 {ESP <0xESPESP}
"san" #1: IKE SA authentication request rejected by peer: AUTHENTICATION_FAILED
"san" #1: encountered fatal error in state IKE_AUTH_I
"san" #2: connection is supposed to remain up; revival attempt 1 scheduled in 0 seconds
"san" #1: deleting IKE SA (sent IKE_AUTH request)
west #
 echo "done"
done
west #
 # confirm the right ID types were sent/received
west #
 grep "ID type" /tmp/pluto.log | sort | uniq
|    ID type: ID_IPV4_ADDR (0x1)
west #
