From 0cd74db89b7c7ca5bface8b05ae8263c0a54217b Mon Sep 17 00:00:00 2001 From: gnn Date: Sun, 1 Jul 2007 11:41:27 +0000 Subject: Commit IPv6 support for FAST_IPSEC to the tree. This commit includes only the kernel files, the rest of the files will follow in a second commit. Reviewed by: bz Approved by: re Supported by: Secure Computing --- sys/netinet6/nd6.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sys/netinet6/nd6.c') diff --git a/sys/netinet6/nd6.c b/sys/netinet6/nd6.c index d1a5e83..7d6e788 100644 --- a/sys/netinet6/nd6.c +++ b/sys/netinet6/nd6.c @@ -2144,11 +2144,6 @@ again: goto bad; } -#ifdef IPSEC - /* clean ipsec history once it goes out of the node */ - ipsec_delaux(m); -#endif - #ifdef MAC mac_create_mbuf_linklayer(ifp, m); #endif -- cgit v1.1