/testing/guestbin/swan-prep
east #
 ipsec start
Redirecting to: [initsystem]
east #
 ../../guestbin/wait-until-pluto-started
east #
 ipsec auto --add road-eastnet
002 "road-eastnet": added IKEv2 connection
east #
 ipsec status |grep encaps:
000 "road-eastnet":   nat-traversal: encaps:auto; keepalive:20s
east #
 echo "initdone"
initdone
east #
 # this should show encap tunnel on both ends
east #
 ip xfrm 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 #
 
