/testing/guestbin/swan-prep
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 test
002 "test": 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
east #
 
