testing: Add a test scenario for make-before-break reauth using a virtual IP

This commit is contained in:
Martin Willi
2015-02-20 13:34:58 +01:00
parent ae3fdf2603
commit b1ff437bbc
9 changed files with 100 additions and 0 deletions
@@ -0,0 +1,22 @@
# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
conn %default
keylife=20m
ikelifetime=10s
rekeymargin=5s
rekeyfuzz=0%
keyingtries=1
conn home
left=PH_IP_CAROL
leftcert=carolCert.pem
[email protected]
leftsourceip=%config
leftfirewall=yes
right=PH_IP_MOON
[email protected]
rightsubnet=10.1.0.0/16
keyexchange=ikev2
auto=add
@@ -0,0 +1,7 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 curl revocation hmac xcbc stroke kernel-netlink socket-default updown
make_before_break = yes
}