From owner-freebsd-current@FreeBSD.ORG Thu Sep 30 18:47:49 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 61D4D16A4CF for ; Thu, 30 Sep 2004 18:47:49 +0000 (GMT) Received: from linwhf.opal.com (119.79.171.66.subscriber.vzavenue.net [66.171.79.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98B9943D1D for ; Thu, 30 Sep 2004 18:47:48 +0000 (GMT) (envelope-from jr@linwhf.opal.com) Received: from linwhf.opal.com (localhost [127.0.0.1]) by linwhf.opal.com (8.13.1/8.13.1) with ESMTP id i8UIllvI000911 for ; Thu, 30 Sep 2004 14:47:47 -0400 (EDT) (envelope-from jr@linwhf.opal.com) Received: (from jr@localhost) by linwhf.opal.com (8.13.1/8.13.1/Submit) id i8UIlknJ000910 for freebsd-current@freebsd.org; Thu, 30 Sep 2004 14:47:46 -0400 (EDT) (envelope-from jr) Date: Thu, 30 Sep 2004 14:47:46 -0400 From: "J.R. Oldroyd" To: freebsd-current@freebsd.org Message-ID: <20040930184729.GA836@linwhf.opal.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: panic after "ifconfig gif0 destroy" 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: Thu, 30 Sep 2004 18:47:49 -0000 The command: # ifconfig gif0 destroy panic: page fault isn't really ideal behavior. Previously it simply removed the gif0 tunnel interface and the system continued. Kernel is FreeBSD 6.0 -current cvsup'd just before: Tue Sep 28 15:27:07 EDT 2004. Things are OK on my previous kernel which was cvsup'd on 9/20. That command is invoked in the freenet6 config script /usr/local/bin/tspc-freebsd44.sh and is used whenever a freenet6 IPv6 tunnel is being re-configured. -jr