From owner-svn-src-all@FreeBSD.ORG Wed Oct 24 18:44:24 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2EDDD674; Wed, 24 Oct 2012 18:44:24 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 011698FC12; Wed, 24 Oct 2012 18:44:24 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 716C6B94F; Wed, 24 Oct 2012 14:44:23 -0400 (EDT) From: John Baldwin To: Gleb Smirnoff Subject: Re: svn commit: r242013 - head/sys/net Date: Wed, 24 Oct 2012 14:42:33 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p20; KDE/4.5.5; amd64; ; ) References: <201210241833.q9OIXi77072545@svn.freebsd.org> In-Reply-To: <201210241833.q9OIXi77072545@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201210241442.33028.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 24 Oct 2012 14:44:23 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2012 18:44:24 -0000 On Wednesday, October 24, 2012 2:33:44 pm Gleb Smirnoff wrote: > Author: glebius > Date: Wed Oct 24 18:33:44 2012 > New Revision: 242013 > URL: http://svn.freebsd.org/changeset/base/242013 > > Log: > Fix fallout from r240071. If destination interface lookup fails, > we should broadcast a packet, not try to deliver it to NULL. > > Reported by: rpaulo I wonder if this fixes the panic someone was reporting on net@ when removing an interface from a bridge? -- John Baldwin