Date: Tue, 4 Jul 2000 23:46:47 +0200 From: Ollivier Robert <roberto@keltia.freenix.fr> To: "FreeBSD Current Users' list" <freebsd-current@FreeBSD.ORG> Subject: IPv6 IPSEC (patch included) Message-ID: <20000704234647.A90975@keltia.freenix.fr>
next in thread | raw e-mail | index | archive | help
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! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000704234647.A90975>