Date: Mon, 27 Jun 2005 21:58:12 +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: <200506272158.j5RLwD3P006147@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2005-06-27 21:58:12 UTC FreeBSD src repository Modified files: sys/net if_bridge.c Log: Fix a panic when bringing up the bridge interface. We were casting a ifnet pointer to a softc which is no longer valid since the ifnet struct was split out from the softc. Approved by: mlaier (mentor) Approved by: re (blanket) Revision Changes Path 1.8 +1 -1 src/sys/net/if_bridge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506272158.j5RLwD3P006147>