summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorIvan Vecera <cera@cera.cz>2017-05-19 20:30:43 +0300
committerDavid S. Miller <davem@davemloft.net>2017-05-22 21:40:22 +0300
commitbd080488a6cfd37135becedfdc87643b139c2345 (patch)
treeb3ec5d73cf9895423e5e75cd7985821d0c0a65be /MAINTAINERS
parent85deed56032b6c98b541895bfda9bdd74f6ed987 (diff)
downloadlinux-bd080488a6cfd37135becedfdc87643b139c2345.tar.xz
bridge: fix hello and hold timers starting/stopping
Current bridge code incorrectly handles starting/stopping of hello and hold timers during STP enable/disable. 1. Timers are stopped in br_stp_start() during NO_STP->USER_STP transition. The timers are already stopped in NO_STP state so this is confusing no-op. 2. During USER_STP->NO_STP transition the timers are started. This does not make sense and is confusion because the timer should not be active in NO_STP state. Cc: davem@davemloft.net Cc: sashok@cumulusnetworks.com Cc: stephen@networkplumber.org Cc: bridge@lists.linux-foundation.org Cc: lucien.xin@gmail.com Cc: nikolay@cumulusnetworks.com Signed-off-by: Ivan Vecera <cera@cera.cz> Reviewed-by: Xin Long <lucien.xin@gmail.com> Acked-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions