From owner-freebsd-net@FreeBSD.ORG Sat Oct 22 19:25:19 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B185C16A41F for ; Sat, 22 Oct 2005 19:25:19 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: from heff.fud.org.nz (60-234-149-201.bitstream.orcon.net.nz [60.234.149.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6035243D45 for ; Sat, 22 Oct 2005 19:25:17 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id 01C8C1CCDD; Sun, 23 Oct 2005 08:25:07 +1300 (NZDT) Date: Sun, 23 Oct 2005 08:25:07 +1300 From: Andrew Thompson To: "Wojciech A. Koszek" Message-ID: <20051022192507.GB62360@heff.fud.org.nz> References: <20051020202034.GA4556@freebsd.czest.pl> <20051020202327.GA53753@heff.fud.org.nz> <20051022133735.GA26636@freebsd.czest.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051022133735.GA26636@freebsd.czest.pl> User-Agent: Mutt/1.4.2.1i Cc: freebsd-net@freebsd.org Subject: Re: Dependency between interfaces 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: Sat, 22 Oct 2005 19:25:19 -0000 On Sat, Oct 22, 2005 at 01:37:35PM +0000, Wojciech A. Koszek wrote: > On Fri, Oct 21, 2005 at 09:23:27AM +1300, Andrew Thompson wrote: > > On Thu, Oct 20, 2005 at 08:20:34PM +0000, Wojciech A. Koszek wrote: > > > Hello, > > > > > [..] > > > > Is it still a problem or did you test on a pre r1.26 kernel? > > > > Results from -CURRENT: I got panic if sk/rl modules are loaded, interfaces > added to bridge0 and these drivers kldunload(8)ed: > > http://freebsd.czest.pl/dunstan/FreeBSD/bridge_rl.trace > http://freebsd.czest.pl/dunstan/FreeBSD/bridge_sk.trace > Ah, that makes sense. It looks like I need to change that particular detach not to call back into the drvier to !PROMISC and just make it a clean break :) Andrew