From owner-freebsd-current@FreeBSD.ORG Tue Aug 31 17:52:12 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 C1D8316A4CE; Tue, 31 Aug 2004 17:52:12 +0000 (GMT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FF8A43D2D; Tue, 31 Aug 2004 17:52:12 +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 i7VHqB6B009470; Wed, 1 Sep 2004 02:52:11 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Wed, 1 Sep 2004 02:52:11 +0900 (JST) Message-Id: <200408311752.i7VHqB6B009470@sakura.ninth-nine.com> From: Norikatsu Shigemura To: rwatson@FreeBSD.org In-Reply-To: <200408311744.i7VHiEWl009249@sakura.ninth-nine.com> References: <200408301502.i7UF2L7f030909@sakura.ninth-nine.com> <200408311744.i7VHiEWl009249@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]); Wed, 01 Sep 2004 02:52:11 +0900 (JST) cc: freebsd-current@FreeBSD.org cc: nork@FreeBSD.org 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: Tue, 31 Aug 2004 17:52:12 -0000 On Wed, 1 Sep 2004 02:44:14 +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. > > Do you get a panic with INET6 and FAST_IPSEC yet with mpsafenet disabled? > Yes, I confirmed that INET6 and FAST_IPSEC with debug.mpsafenet=0 ~~~ Oops "No" > doesn't causes panic. Pointed out by: hrs