testing: Adding kernel-netlink to pluto.load statements.

This commit is contained in:
Tobias Brunner
2010-09-02 19:04:22 +02:00
parent cc9cfc2e11
commit 91ea48352c
116 changed files with 116 additions and 116 deletions
@@ -1,7 +1,7 @@
# /etc/strongswan.conf - strongSwan configuration file
pluto {
load = test-vectors sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl
load = test-vectors sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl kernel-netlink
}
# pluto uses optimized DH exponent sizes (RFC 3526)
@@ -5,7 +5,7 @@ charon {
}
pluto {
load = curl test-vectors aes des sha1 sha2 md5 pem pkcs1 x509 gmp random hmac
load = curl test-vectors aes des sha1 sha2 md5 pem pkcs1 x509 gmp random hmac kernel-netlink
}
libstrongswan {
@@ -5,5 +5,5 @@ charon {
}
pluto {
load = curl aes des sha1 sha2 md5 pem pkcs1 x509 gmp random hmac
load = curl aes des sha1 sha2 md5 pem pkcs1 x509 gmp random hmac kernel-netlink
}