Re: [PATCH 1/3] bridge: fix crash in STP

2006-03-03 Thread David S. Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Fri, 3 Mar 2006 10:21:52 -0800 > Bridge would crash because of uninitailized timer if STP is used and > device was inserted into a bridge before bridge was up. This got > introduced when the delayed port checking was added. Fix is to not > enable

[PATCH 1/3] bridge: fix crash in STP

2006-03-03 Thread Stephen Hemminger
Bridge would crash because of uninitailized timer if STP is used and device was inserted into a bridge before bridge was up. This got introduced when the delayed port checking was added. Fix is to not enable STP on port unless bridge is up. Bugzilla: http://bugzilla.kernel.org/show_bug.cgi?id=614