From owner-freebsd-net@FreeBSD.ORG Sun Oct 7 22:34:46 2007 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D259116A41B for ; Sun, 7 Oct 2007 22:34:46 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.187]) by mx1.freebsd.org (Postfix) with ESMTP id 9917313C474 for ; Sun, 7 Oct 2007 22:34:46 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so520233rvb for ; Sun, 07 Oct 2007 15:34:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=8uCuhGL5q7VPMGDY8u2BCTqyS/qOgkO3N/h9gJndmF4=; b=t8l6i8Pd7j4t2G4vXdXNBHmQt/4ovZnYKxbjwn7yPaRBLHFprEEipC060j4zggGyCOSrEdXrmywtUMvBm1Kr4qw6eAJQtp3as1+cnT1WtSRKHNgYf1fHIGAl8bTlNnXDSUnENR+824Z1FcOOi/LA2+n6szE1ox7IKiPh89plLaU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=FcLUT7VscVH0IWPUuHb0FCtu3JTrplirfaYWo/f0zLZFRH+NivXGHHXgrLCv0AWLiBuit/qFSkKzqZR7jTaa/P8Lsg3lPMDo+ARaQ6XFklPtC0ej1h0GkbQdZWiEjT4wfNOAS+aXgntlYBWpsbvxaUuEStTS1BPfGrAXwhtBbJ4= Received: by 10.141.137.8 with SMTP id p8mr379214rvn.1191796486114; Sun, 07 Oct 2007 15:34:46 -0700 (PDT) Received: by 10.141.211.5 with HTTP; Sun, 7 Oct 2007 15:34:46 -0700 (PDT) Message-ID: <9bbcef730710071534q41313712jdf5b36ecd7c9deb3@mail.gmail.com> Date: Mon, 8 Oct 2007 00:34:46 +0200 From: "Ivan Voras" Sender: ivoras@gmail.com To: "Kris Kennaway" In-Reply-To: <47095CD3.2040701@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46FBE818.3020800@FreeBSD.org> <9bbcef730709271054k5cbda605wcfd44adede05614f@mail.gmail.com> <46FBF101.6080402@FreeBSD.org> <9bbcef730709271208t74938933p704b554625f443ba@mail.gmail.com> <46FC019F.60900@FreeBSD.org> <47095CD3.2040701@FreeBSD.org> X-Google-Sender-Auth: fee66249e03420e6 Cc: freebsd-net@freebsd.org Subject: Re: Panic in rt_check X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Oct 2007 22:34:46 -0000 On 08/10/2007, Kris Kennaway wrote: > Well yeah, if you're not using if_stf that's not going to fix it :) Are you sure? I'm not actually sure how it works but I supposed it might be triggered because some hosts advertise IPv6 and some don't (the network in general and its routers don't speak IPv6 so it's useless). I see IPv6 addresses tied to some of my NICs. If the kernel still panics without IPv6 in it, I'll move on to other possible solutions (Doug's first).