testing: Add sql/shunt-policies-nat-rw scenario

This commit is contained in:
Tobias Brunner
2014-06-26 18:13:26 +02:00
parent 73211f9b74
commit be41910e19
18 changed files with 740 additions and 0 deletions
@@ -0,0 +1,12 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
plugins {
sql {
database = sqlite:///etc/ipsec.d/ipsec.db
}
}
load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 revocation hmac stroke kernel-netlink socket-default updown sqlite sql
keep_alive = 5
}