/testing/guestbin/swan-prep
east #
 ipsec start
Redirecting to: systemctl start ipsec.service
east #
 /testing/pluto/bin/wait-until-pluto-started
east #
 ipsec auto --add westnet-eastnet-ipv4-psk
002 added connection description "westnet-eastnet-ipv4-psk"
east #
 echo "initdone"
initdone
east #
 grep INVALID_FLAGS /tmp/pluto.log
"westnet-eastnet-ipv4-psk" #1: sending notification INVALID_FLAGS to 192.1.2.45:500
|    Notify Message Type: INVALID_FLAGS (0x8)
east #
east #
 if [ -n "`ls /tmp/core* 2>/dev/null`" ]; then echo CORE FOUND; mv /tmp/core* OUTPUT/; fi
east #
 if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi

