/testing/guestbin/swan-prep --nokeys
Creating empty NSS database
west #
 ipsec start
Redirecting to: [initsystem]
west #
 ../../guestbin/wait-until-pluto-started
west #
 ipsec auto --add ikev1
"ikev1": added IKEv1 connection
west #
 echo "initdone"
initdone
west #
 ipsec whack --impair timeout_on_retransmit --impair revival
west #
 # should fail
west #
 ipsec auto --up ikev1
"ikev1" #1: initiating IKEv1 Main Mode connection
"ikev1" #1: sent Main Mode request
"ikev1" #1: ignoring informational payload INVALID_MAJOR_VERSION, msgid=00000000, length=12
"ikev1" #1: received and ignored notification payload: INVALID_MAJOR_VERSION
"ikev1" #1: IMPAIR: retransmit so timing out SA (may retry)
"ikev1" #1: connection is supposed to remain up; revival attempt 1 scheduled in 0 seconds
"ikev1" #1: IMPAIR: revival: skip scheduling revival event
"ikev1" #1: deleting ISAKMP SA (MAIN_I1) and NOT sending notification
west #
 echo done
done
west #
 hostname | grep east > /dev/null && grep "sending notification INVALID_MAJOR_VERSION" /tmp/pluto.log
west #
 
