From 30b5b412da849251d6000c2dc52731af3e5409b8 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 16 Feb 2006 09:55:07 +0000 Subject: - installing of child sa works - need correct IP adresses to actually use IPsec --- Source/charon/threads/kernel_interface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/charon/threads/kernel_interface.h') diff --git a/Source/charon/threads/kernel_interface.h b/Source/charon/threads/kernel_interface.h index eeebbcdf8..7f57a04d6 100644 --- a/Source/charon/threads/kernel_interface.h +++ b/Source/charon/threads/kernel_interface.h @@ -54,8 +54,8 @@ struct kernel_interface_t { * @todo Cleanup method params */ status_t (*add_sa)(kernel_interface_t *this, - host_t *me, - host_t *other, + host_t *src, + host_t *dst, u_int32_t spi, int protocol, bool tunnel_mode, -- cgit v1.2.3