OSDN Git Service

[PATCH] Bridge STP timer fixes
authorStephen Hemminger <shemminger@linux-foundation.org>
Tue, 21 Aug 2007 18:53:21 +0000 (11:53 -0700)
committerWilly Tarreau <w@1wt.eu>
Sun, 11 Nov 2007 17:43:07 +0000 (18:43 +0100)
commit6e4dc69ca8e9cc16cf39c62b28b7759962a11a62
treeb570be772a353744410d75e6ca96580a797424f9
parent75813afa4155783704d7ef17c357c452f2144c67
[PATCH] Bridge STP timer fixes

Fix a couple of obvious places in 2.4 code where bridge timers are
set to values < current jiffies. This was a bug (mostly harmless)
that makes timer fires too soon.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
net/bridge/br_stp.c