Following my mail about kernel breakage in ip6_forward.c, here is a fix:

cvs server: Diffing .
Index: ip6_forward.c
===================================================================
RCS file: /spare/FreeBSD-current/src/sys/netinet6/ip6_forward.c,v
retrieving revision 1.7
diff -u -r1.7 ip6_forward.c
--- ip6_forward.c       2000/07/04 16:35:09     1.7
+++ ip6_forward.c       2000/07/04 21:45:37
@@ -58,6 +58,7 @@
 
 #ifdef IPSEC_IPV6FWD
 #include <netinet6/ipsec.h>
+#include <netinet6/ipsec6.h>
 #include <netkey/key.h>
 #endif /* IPSEC_IPV6FWD */
 
-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED]
FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun  4 22:44:19 CEST 2000



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to