Date: Sun, 23 Oct 2005 22:30:08 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_bridge.c Message-ID: <200510232230.j9NMU8EB042710@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2005-10-23 22:30:08 UTC FreeBSD src repository Modified files: sys/net if_bridge.c Log: If we have been called from ether_ifdetach() then do not try and clear the promisc flag from the member interface, this is a no-op anyway since the interface is disappearing. The driver may have already released its resources such as miibus and this is likely to panic the kernel. Submitted and tested by: Wojciech A. Koszek MFC after: 2 weeks Revision Changes Path 1.30 +24 -19 src/sys/net/if_bridge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510232230.j9NMU8EB042710>