commit | 91bc033c4d01656e3d8e45a13fd58924a3099693 | [log] [tgz] |
---|---|---|
author | stephen hemminger <stephen@networkplumber.org> | Tue Apr 30 05:29:27 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 30 15:51:08 2013 -0400 |
tree | 65a63f722f79435b3eb25deb62819ec3f903a354 | |
parent | 7dcf313a7a68adc9a060e4e41a55245c0f9a3d31 [diff] |
bridge: avoid OOPS if root port not found Bridge can crash while trying to send topology change packet. This happens if root port can't be found. This was reported by user but currently unable to reproduce it easily. The STP conditions that cause this are not known yet, but the problem doesn't have to be fatal. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>