/testing/guestbin/swan-prep --nokeys
Creating empty NSS database
east #
 # Start only one, so it is easier to spot a crash
east #
 ipsec pluto --config /etc/ipsec.conf
east #
 ../../guestbin/wait-until-pluto-started
east #
 ipsec auto --add rsasig
"rsasig": added IKEv1 connection
east #
 ipsec auto --add secret
"secret": added IKEv1 connection
east #
 echo "initdone"
initdone
east #
 # if east was already down, the fuzzer crashed it
east #
 hostname |grep east > /dev/null && ipsec whack --shutdown
Pluto is shutting down
east #
 
