]> git.hungrycats.org Git - linux/commit
[BRIDGE]: No update when hold time is zero
authorStephen Hemminger <shemminger@osdl.org>
Mon, 14 Mar 2005 13:39:50 +0000 (05:39 -0800)
committerThomas Graf <tgraf@suug.ch>
Mon, 14 Mar 2005 13:39:50 +0000 (05:39 -0800)
commitfb081ed71d01d89f5ce985ed81ccf8c9b6f1e2c5
treeecb4df00df73b559107d17ccd950debe50bc05c7
parentfba1111a64344ced80abfd3baa1fe837640c2e9b
[BRIDGE]: No update when hold time is zero

Some users, set hold time to zero on bridge so it always does
flooding. This is usually when using it with wireless.  The new RCU
based code changed the behaviour so the bridge would not flood for
one GC interval. This patch restores the original behaviour.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_fdb.c