/testing/guestbin/swan-prep --x509
Preparing X.509 files
east #
 certutil -D -n west -d sql:/etc/ipsec.d
east #
 # add second identity/cert
east #
 #pk12util -W foobar -K '' -d sql:/etc/ipsec.d -i /testing/x509/pkcs12/otherca/othereast.p12
east #
 pk12util -W foobar -K '' -d sql:/etc/ipsec.d -i /testing/x509/pkcs12/mainca/north.p12
pk12util: PKCS12 IMPORT SUCCESSFUL
east #
 ipsec start
Redirecting to: [initsystem]
east #
 ../../guestbin/wait-until-pluto-started
east #
 ipsec auto --add main-east
002 "main-east": added IKEv2 connection
east #
 ipsec auto --add main-north
002 "main-north": added IKEv2 connection
east #
 echo "initdone"
initdone
east #
 # we should see a connection switch on east
east #
 ipsec whack --trafficstatus
006 #2: "main-east"[1] 192.1.2.45, type=ESP, add_time=1234567890, inBytes=0, outBytes=0, maxBytes=2^63B, id='@west.testing.libreswan.org'
east #
 hostname | grep east && grep '^[^|].* switched ' /tmp/pluto.log
east
"main-north"[1] 192.1.2.45 #1: switched to "main-east"[1] 192.1.2.45
east #
 
