/testing/guestbin/swan-prep --hostkeys
Creating NSS database containing host keys
east #
 ipsec start
Redirecting to: [initsystem]
east #
 ../../guestbin/wait-until-pluto-started
east #
 ipsec auto --add road-eastnet
"road-eastnet": added IKEv1 connection
east #
 ipsec status | grep encapsulation:
"road-eastnet":   nat-traversal: encapsulation:auto; keepalive:20s; ikev1-method:rfc+drafts
east #
 echo "initdone"
initdone
east #
 # this should show encap tunnel on both ends
east #
 ipsec _kernel state | grep encap
	encap type espinudp sport 4500 dport 4500 addr 0.0.0.0
	encap type espinudp sport 4500 dport 4500 addr 0.0.0.0
east #
