Date: Thu, 27 Oct 2005 19:43:07 +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: <200510271943.j9RJh7lj023426@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2005-10-27 19:43:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_0) sys/net if_bridge.c Log: MFC if_bridge r1.30 > 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. Approved by: re (scottl) Revision Changes Path 1.11.2.12.2.3 +25 -19 src/sys/net/if_bridge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510271943.j9RJh7lj023426>