bridge: skip forwarding delay if not using STP
authorstephen hemminger <shemminger@vyatta.com>
Thu, 10 Mar 2011 05:57:04 +0000 (05:57 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Mar 2011 22:06:49 +0000 (15:06 -0700)
commita461c0297f2e80c78eaa03fc5141bf57a814ff4f
tree30938b4d69699dc8b9e8393e990c3e35957baf49
parent60aeba23101f34a690a0b0a048ffde3d023d4f3b
bridge: skip forwarding delay if not using STP

If Spanning Tree Protocol is not enabled, there is no good reason for
the bridge code to wait for the forwarding delay period before enabling
the link. The purpose of the forwarding delay is to allow STP to
learn about other bridges before nominating itself.

The only possible impact is that when starting up a new port
the bridge may flood a packet now, where previously it might have
seen traffic from the other host and preseeded the forwarding table.

Includes change for local variable br already available in that func.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_stp.c