aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/plugins/kernel_klips/kernel_klips_ipsec.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2011-10-21 13:44:17 +0200
committerTobias Brunner <tobias@strongswan.org>2011-10-21 14:24:33 +0200
commit0e6aafb5b677e39f140d38bc955d05d9a41f06e2 (patch)
tree9673418624be3856ffb1fb0c854ee5b9a01ba3ec /src/libhydra/plugins/kernel_klips/kernel_klips_ipsec.c
parent773572f9e0a8cc2e6e5519b325644768a8185526 (diff)
downloadstrongswan-0e6aafb5b677e39f140d38bc955d05d9a41f06e2.tar.bz2
strongswan-0e6aafb5b677e39f140d38bc955d05d9a41f06e2.tar.xz
The kernel-klips plugin does currently not support SAD/SPD flushing.
Diffstat (limited to 'src/libhydra/plugins/kernel_klips/kernel_klips_ipsec.c')
-rw-r--r--src/libhydra/plugins/kernel_klips/kernel_klips_ipsec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libhydra/plugins/kernel_klips/kernel_klips_ipsec.c b/src/libhydra/plugins/kernel_klips/kernel_klips_ipsec.c
index 25287aa77..ceff8cdc9 100644
--- a/src/libhydra/plugins/kernel_klips/kernel_klips_ipsec.c
+++ b/src/libhydra/plugins/kernel_klips/kernel_klips_ipsec.c
@@ -2589,9 +2589,11 @@ kernel_klips_ipsec_t *kernel_klips_ipsec_create()
.update_sa = _update_sa,
.query_sa = _query_sa,
.del_sa = _del_sa,
+ .flush_sas = (void*)return_failed,
.add_policy = _add_policy,
.query_policy = _query_policy,
.del_policy = _del_policy,
+ .flush_policies = (void*)return_failed,
.bypass_socket = _bypass_socket,
.destroy = _destroy,
},