/testing/guestbin/swan-prep --nokeys
Creating empty NSS database
north #
 ../../guestbin/ip.sh link set ipsec2 down 2>/dev/null && ../../guestbin/ip.sh link del ipsec2 2>/dev/null
north #
 ipsec start
Redirecting to: [initsystem]
north #
 ../../guestbin/wait-until-pluto-started
north #
 ipsec auto --add north-east
"north-east": created ipsec-interface ipsec2@NONE
"north-east": added IKEv2 connection
north #
 echo "initdone"
initdone
north #
 ../../guestbin/ping-once.sh --up 192.0.2.254
up
north #
 ipsec trafficstatus
north #
 ipsec auto --up north-east
"north-east" #1: initiating IKEv2 connection to 192.1.2.23 using UDP
"north-east" #1: sent IKE_SA_INIT request to 192.1.2.23:UDP/500
"north-east" #1: processed IKE_SA_INIT response from 192.1.2.23:UDP/500 {cipher=AES_GCM_16_256 integ=n/a prf=HMAC_SHA2_512 group=DH19}, initiating IKE_AUTH
"north-east" #1: sent IKE_AUTH request to 192.1.2.23:UDP/500 with shared-key-mac and FQDN '@north'; Child SA #2 {ESP <0xESPESP}
"north-east" #1: initiator established IKE SA; authenticated peer using authby=secret and FQDN '@east'
"north-east" #2: route-client output: leftsubnet == rightsubnet = 0.0.0.0/0 cannot add route
"north-east" #2: initiator established Child SA using #1; IPsec tunnel [0.0.0.0/0===0.0.0.0/0] {ESP/ESN=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256-NONE DPD=passive}
north #
 ../../guestbin/ping-once.sh --down 192.0.2.254
down
north #
 ipsec trafficstatus
#2: "north-east", type=ESP, add_time=1234567890, inBytes=0, outBytes=0, maxBytes=2^63B, id='@east'
north #
 ../../guestbin/ip.sh -s link show ipsec2
X: ipsec2@NONE: <NOARP,UP,LOWER_UP> mtu 1500 state UNKNOWN
    RX:  bytes packets errors dropped  missed   mcast           
             0       0      0       0       0       0 
    TX:  bytes packets errors dropped carrier collsns           
             0       0      0       0       0       0 
north #
 ../../guestbin/ip.sh route
default via 192.1.3.254 dev eth1 proto static
192.0.3.0/24 dev eth0 proto kernel scope link src 192.0.3.254
192.1.3.0/24 dev eth1 proto kernel scope link src 192.1.3.33
north #
 ../../guestbin/ip.sh route add 192.0.2.0/24 dev ipsec2
north #
 ../../guestbin/ping-once.sh --up 192.0.2.254
up
north #
 ../../guestbin/ip.sh -s link show ipsec2
X: ipsec2@NONE: <NOARP,UP,LOWER_UP> mtu 1500 state UNKNOWN
    RX:  bytes packets errors dropped  missed   mcast           
            84       1      0       0       0       0 
    TX:  bytes packets errors dropped carrier collsns           
            84       1      0       0       0       0 
north #
 ipsec trafficstatus
#2: "north-east", type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, id='@east'
north #
 echo "initdone"
initdone
north #
 ipsec whack --trafficstatus
#2: "north-east", type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, id='@east'
north #
