../../guestbin/prep.sh
'west.conf' -> '/etc/ipsec.conf'
west #
 ipsec initnss
Initializing NSS database
west #
 # --efence-protect; prior to 5.3 it had required_argument, oops
west #
 ipsec pluto --efence-protect xxx --config /etc/ipsec.conf # <=5.2 expected this
ipsec pluto: unexpected trailing argument: xxx
west #
 ipsec whack --shutdown # not running
ERROR: ipsec whack: Pluto is not running (no "/run/pluto/pluto.ctl"): No such file or directory (errno 2)
west #
 ipsec pluto --efence-protect     --config /etc/ipsec.conf # >=5.3
west #
 # wait to startup to finish; shutting down early causes leaks.
west #
 ../../guestbin/wait-until-pluto-started
west #
 ipsec whack --shutdown
Pluto is shutting down
west #
 # leak-detective
west #
 ipsec pluto --leak-detective --config /etc/ipsec.conf
west #
 # wait to startup to finish; shutting down early causes leaks.
west #
 ../../guestbin/wait-until-pluto-started
west #
 ipsec whack --shutdown
Pluto is shutting down
west #
