added scenario ikev2/ip-split-pools-db

This commit is contained in:
Andreas Steffen
2009-07-17 13:38:57 +02:00
parent ec54df1762
commit dfd8ddfb33
11 changed files with 155 additions and 0 deletions
@@ -0,0 +1,14 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
plugins {
sql {
database = sqlite:///etc/ipsec.d/ipsec.db
}
}
load = curl aes des sha1 sha2 md5 gmp random x509 pubkey hmac xcbc stroke kernel-netlink sqlite sql updown
}
pool {
load = sqlite
}