/testing/guestbin/swan-prep --nokeys
Creating empty NSS database
east #
 ipsec start
Redirecting to: [initsystem]
east #
 ../../guestbin/wait-until-pluto-started
east #
 ipsec auto --add psk
"psk": added IKEv1 connection
east #
 echo "initdone"
initdone
east #
 # confirm the right ID types were sent/received
east #
 hostname | grep east > /dev/null &&  grep "ID type" /tmp/pluto.log | sort | uniq
|    ID type: ID_FQDN (0x2)
|    ID type: ID_IPV4_ADDR (0x1)
east #
 
