/testing/guestbin/swan-prep --userland strongswan
west #
 # strongswan expects the certs in /etc/strongswan/certs for some reason
west #
 ../../guestbin/strongswan-start.sh
west #
 echo "initdone"
initdone
west #
 swanctl --initiate --child psk --loglevel 0
[IKE] initiating Aggressive Mode IKE_SA psk[1] to 192.1.2.23
[IKE] IKE_SA psk[1] established between 192.1.2.45[vpnclient]...192.1.2.23[vpnserver]
[IKE] CHILD_SA psk{1} established with SPIs SPISPI_i SPISPI_o and TS 192.1.2.45/32 === 192.1.2.23/32
initiate completed successfully
west #
 # confirm the right ID types were sent/received
west #
 hostname | grep east > /dev/null &&  grep "ID type" /tmp/pluto.log | sort | uniq
west #
 
