/testing/guestbin/swan-prep
west #
 ipsec start
Redirecting to: [initsystem]
west #
 ../../guestbin/wait-until-pluto-started
west #
 ipsec auto --add west-east
002 "west-east": added IKEv1 connection
west #
 echo "initdone"
initdone
west #
 ipsec auto --up west-east
002 "west-east" #1: initiating IKEv1 Main Mode connection
1v1 "west-east" #1: sent Main Mode request
1v1 "west-east" #1: sent Main Mode I2
1v1 "west-east" #1: sent Main Mode I3
002 "west-east" #1: Peer ID is ID_FQDN: '@east'
003 "west-east" #1: authenticated using RSA with SHA1 and preloaded certificate '@east'
004 "west-east" #1: IKE SA established {auth=RSA_SIG cipher=AES_CBC_256 integ=HMAC_SHA2_256 group=MODP2048}
002 "west-east" #2: initiating Quick Mode IKEv1+RSASIG+ENCRYPT+TUNNEL+PFS+UP+IKE_FRAG_ALLOW+ESN_NO+ESN_YES
1v1 "west-east" #2: sent Quick Mode request
004 "west-east" #2: IPsec SA established tunnel mode {ESP=>0xESPESP <0xESPESP xfrm=AES_CBC_128-HMAC_SHA1_96 DPD=passive}
west #
 # enable sending a bogus Notify with the Delete
west #
 ipsec whack --debug-all --impair ikev1-del-with-notify
west #
 ipsec auto --down west-east
002 "west-east": terminating SAs using this connection
002 "west-east" #2: deleting state (STATE_QUICK_I2) and sending notification
005 "west-east" #2: ESP traffic information: in=0B out=0B
002 "west-east" #2: IMPAIR: adding bogus Notify payload after IKE Delete payload
002 "west-east" #1: deleting state (STATE_MAIN_I4) and sending notification
west #
 
