/testing/guestbin/swan-prep
east #
 ipsec start
Redirecting to: [initsystem]
east #
 ../../guestbin/wait-until-pluto-started
east #
 ipsec auto --add tfc
002 "tfc": added IKEv2 connection
east #
 echo "initdone"
initdone
east #
 ipsec whack --trafficstatus
006 #2: "tfc", type=ESP, add_time=1234567890, inBytes=84, outBytes=84, id='@west'
east #
 # ESP should not show TFC
east #
 grep "^[^|].*: established Child SA" /tmp/pluto.log
"tfc" #2: established Child SA using #1; IPsec tunnel [192.0.2.0-192.0.2.255:0-65535 0] -> [192.0.1.0-192.0.1.255:0-65535 0] {ESP/ESN=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256-NONE DPD=passive}
east #
 
