/testing/guestbin/swan-prep
west #
 ipsec _stackmanager start
west #
 ipsec pluto --config /etc/ipsec.conf --leak-detective
west #
 /testing/pluto/bin/wait-until-pluto-started
west #
 ipsec whack --impair suppress-retransmits
west #
 ipsec auto --add westnet-eastnet-ipv4-psk-ikev2
002 added IKEv2 connection "westnet-eastnet-ipv4-psk-ikev2"
west #
 echo "initdone"
initdone
west #
 ipsec auto --up westnet-eastnet-ipv4-psk-ikev2
1v2 "westnet-eastnet-ipv4-psk-ikev2" #1: initiating IKEv2 connection
1v2 "westnet-eastnet-ipv4-psk-ikev2" #1: sent IKE_SA_INIT request
1v2 "westnet-eastnet-ipv4-psk-ikev2" #1: sent IKE_AUTH request {auth=IKEv2 cipher=AES_GCM_16_256 integ=n/a prf=HMAC_SHA2_512 group=MODP2048}
002 "westnet-eastnet-ipv4-psk-ikev2" #2: IKE_AUTH response contained the error notification NO_PROPOSAL_CHOSEN
000 "westnet-eastnet-ipv4-psk-ikev2" #2: scheduling retry attempt 1 of an unlimited number, but releasing whack
west #
 echo done
done
west #
 grep NO_PROPOSAL_CHOSEN /tmp/pluto.log
|    Notify Message Type: v2N_NO_PROPOSAL_CHOSEN (0xe)
| error notification v2N_NO_PROPOSAL_CHOSEN is not supported
"westnet-eastnet-ipv4-psk-ikev2" #2: IKE_AUTH response contained the error notification NO_PROPOSAL_CHOSEN
west #
 ipsec whack --shutdown
west #
 grep -e leak /tmp/pluto.log | grep -v -e '|'
leak-detective enabled
leak detective found no leaks
west #
 ../bin/check-for-core.sh
west #
 if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi
west #
 
