Re: [PATCH] bridge: adding new device to bridge should enable if up

2007-03-07 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Wed, 7 Mar 2007 16:03:55 -0800 > One change introduced by the workqueue removal patch is that adding an > interface that is up to a bridge which is also up does not ever call > br_stp_enable_port(), leaving the port in DISABLED state until we do >

[PATCH] bridge: adding new device to bridge should enable if up

2007-03-07 Thread Stephen Hemminger
One change introduced by the workqueue removal patch is that adding an interface that is up to a bridge which is also up does not ever call br_stp_enable_port(), leaving the port in DISABLED state until we do ifconfig down and up or link events occur. The following patch to the br_add_if function