added sql/net2net-route-pem scenario

This commit is contained in:
Andreas Steffen
2010-11-28 12:00:44 +01:00
parent d6a13b895f
commit 11c904b373
13 changed files with 545 additions and 0 deletions
@@ -0,0 +1,10 @@
# /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 x509 revocation hmac xcbc stroke kernel-netlink socket-default updown sqlite sql
}