K 10 svn:author V 7 thompsa K 8 svn:date V 27 2005-08-19T02:43:07.000000Z K 7 svn:log V 419 MFC: if_bridge.c, r1.17; bridgestp.c, r1.5 > Ensure that we are holding the lock when initialising the bridge interface. We > could initialise while unlocked if the bridge is not up when setting the inet > address, ether_ioctl() would call bridge_init. > > Change it so bridge_init is always called unlocked and then locks before > calling bstp_initialization(). Approved by: re (kensmith), mlaier (mentor) END