cvs commit: src/sys/net if_bridge.c
Andrew Thompson
thompsa at FreeBSD.org
Mon Jun 27 21:58:14 GMT 2005
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
More information about the cvs-src
mailing list