From owner-freebsd-current@FreeBSD.ORG Mon Aug 30 15:02:23 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17F5716A4D0 for ; Mon, 30 Aug 2004 15:02:23 +0000 (GMT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B35E43D55 for ; Mon, 30 Aug 2004 15:02:22 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.12.11/8.12.11/NinthNine) with SMTP id i7UF2L7f030909 for ; Tue, 31 Aug 2004 00:02:21 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Tue, 31 Aug 2004 00:02:21 +0900 (JST) Message-Id: <200408301502.i7UF2L7f030909@sakura.ninth-nine.com> From: Norikatsu Shigemura To: freebsd-current@FreeBSD.org In-Reply-To: <200408301245.i7UCjZrE027532@sakura.ninth-nine.com> References: <200408301245.i7UCjZrE027532@sakura.ninth-nine.com> X-Mailer: Sylpheed version 0.9.12-gtk2-20040622 (GTK+ 2.4.9; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.6 (sakura.ninth-nine.com [219.127.74.121]); Tue, 31 Aug 2004 00:02:21 +0900 (JST) Subject: Re: ping6 -f panic with mpsafenet=1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2004 15:02:23 -0000 On Mon, 30 Aug 2004 21:45:35 +0900 (JST) Norikatsu Shigemura wrote: > I contacted a panic on current with debug.mpsafenet=1. > - - - - - - - - - - > # ping6 -f othermachine (snip) INET6 with FAST_IPSEC will contact panic. But INET6 with KAME_IPSEC is safe, because forced disable mpsafenet on boot. I tried to use INET6 without FAST_IPSEC/KAME_IPSEC. I didn't contact panic... Maybe safe... Probabry... :-).