summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/ipsec.c
diff options
context:
space:
mode:
authorgnn <gnn@FreeBSD.org>2006-03-25 13:38:52 +0000
committergnn <gnn@FreeBSD.org>2006-03-25 13:38:52 +0000
commit4a5d9d5dd3dfb4c03c8d3ff47b1ac35206dcae01 (patch)
tree2b149a120744f65bc133e9267addbdcd67b8b9cd /sys/netipsec/ipsec.c
parent869b9276a754a75358ae5603779668e87974c327 (diff)
downloadFreeBSD-src-4a5d9d5dd3dfb4c03c8d3ff47b1ac35206dcae01.zip
FreeBSD-src-4a5d9d5dd3dfb4c03c8d3ff47b1ac35206dcae01.tar.gz
First steps towards IPSec cleanup.
Make the kernel side of FAST_IPSEC not depend on the shared structures defined in /usr/include/net/pfkeyv2.h The kernel now defines all the necessary in kernel structures in sys/netipsec/keydb.h and does the proper massaging when moving messages around. Sponsored By: Secure Computing
Diffstat (limited to 'sys/netipsec/ipsec.c')
-rw-r--r--sys/netipsec/ipsec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netipsec/ipsec.c b/sys/netipsec/ipsec.c
index 4038c00..74ac833 100644
--- a/sys/netipsec/ipsec.c
+++ b/sys/netipsec/ipsec.c
@@ -92,6 +92,7 @@
#include <machine/in_cksum.h>
+#define IPSEC_DEBUG
#ifdef IPSEC_DEBUG
int ipsec_debug = 1;
#else
OpenPOWER on IntegriCloud