/testing/guestbin/swan-prep --hostkeys
Creating NSS database containing host keys
west #
 # build install se module (west only)
west #
 ../../guestbin/semodule.sh ipsecspd-full-perm.te
Compiling targeted ipsecspd-full-perm module
Creating targeted ipsecspd-full-perm.pp policy package
rm tmp/ipsecspd-full-perm.mod.fc tmp/ipsecspd-full-perm.mod
ipsecspd-full-perm.pp installed
west #
 # start pluto
west #
 ipsec start
Redirecting to: [initsystem]
west #
 ../../guestbin/wait-until-pluto-started
west #
 ipsec auto --add labeled
"labeled": added IKEv2 connection
west #
 echo "initdone"
initdone
west #
 ipsec whack --impair suppress_retransmits
west #
 # IKE will be triggered by acquire; expect two labels
west #
 ipsec auto --route labeled
west #
 ipsec _kernel state
west #
 ipsec _kernel policy
src 192.1.2.23/32 dst 192.1.2.45/32
	security context system_u:object_r:ipsec_spd_t:s0
	dir in priority PRIORITY ptype main
	tmpl src 0.0.0.0 dst 0.0.0.0
		proto esp reqid REQID mode transport
src 192.1.2.45/32 dst 192.1.2.23/32
	security context system_u:object_r:ipsec_spd_t:s0
	dir out priority PRIORITY ptype main
	tmpl src 0.0.0.0 dst 0.0.0.0
		proto esp reqid REQID mode transport
west #
 # trigger acquire using the predefined ping_t context; won't work
west #
 ../../guestbin/ping-once.sh --runcon "system_u:system_r:ping_t:s0:c1.c256" --forget -I 192.1.2.45 192.1.2.23
fired and forgotten
west #
 ../../guestbin/wait-for-pluto.sh 'TS_UNACCEPTABLE'
"labeled"[1][1] 192.1.2.23 #2: IKE_AUTH response rejected Child SA with TS_UNACCEPTABLE
west #
 # there should be 0 tunnels - child rejected
west #
 ipsec trafficstatus
west #
 # there should be no bare shunts
west #
 ipsec shuntstatus
Bare Shunt list:
 
west #
 # let larval state expire
west #
 ../../guestbin/wait-for.sh --no-match ' spi 0x00000000 ' -- ipsec _kernel state
west #
 echo done
done
west #
 grep '^".* do not match ' /tmp/pluto.log
west #
 grep "no IKEv2 connection found" /tmp/pluto.log
west #
