From owner-freebsd-current Tue Jul 4 14:50:30 2000 Delivered-To: freebsd-current@freebsd.org Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (Postfix) with ESMTP id D548737B8C5 for ; Tue, 4 Jul 2000 14:50:03 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.3/frmug-2.7/nospam) with UUCP id XAA10067 for freebsd-current@FreeBSD.ORG; Tue, 4 Jul 2000 23:49:59 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: by keltia.freenix.fr (Postfix, from userid 101) id 2C3E3885B; Tue, 4 Jul 2000 23:46:47 +0200 (CEST) Date: Tue, 4 Jul 2000 23:46:47 +0200 From: Ollivier Robert To: "FreeBSD Current Users' list" Subject: IPv6 IPSEC (patch included) Message-ID: <20000704234647.A90975@keltia.freenix.fr> Mail-Followup-To: FreeBSD Current Users' list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Operating-System: FreeBSD 5.0-CURRENT/ELF AMD-K6/200 & 2x PPro/200 SMP Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 +#include #include #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