From: Joakim Tjernlund Date: Thu, 1 Mar 2012 08:12:19 +0000 (+0000) Subject: bridge: message age needs to increase, not decrease. X-Git-Tag: v3.3-rc7~39^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=709e1b5cd9e1915ad4f6c470ebf6b55d4a911d8c;p=pandora-kernel.git bridge: message age needs to increase, not decrease. commit bridge: send proper message_age in config BPDU added this gem: bpdu.message_age = (jiffies - root->designated_age) p->designated_age = jiffies + bpdu->message_age; Notice how bpdu->message_age is negated when reassigned to bpdu.message_age. This causes message age to decrease breaking the STP protocol. Signed-off-by: Joakim Tjernlund Signed-off-by: David S. Miller --- Reading git-diff-tree failed