]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: fix wrong notification node addresses
authorJon Maloy <jmaloy@redhat.com>
Wed, 16 Feb 2022 02:00:09 +0000 (21:00 -0500)
committerJakub Kicinski <kuba@kernel.org>
Thu, 17 Feb 2022 04:44:40 +0000 (20:44 -0800)
commit14884c684759c96c291c622d7544e1e140ae18bd
tree668a2667639a86e3bef971a55bcd51dabeff3c03
parent03294f376b9b76a31df7450e9c541f18cd3f884f
tipc: fix wrong notification node addresses

The previous bug fix had an unfortunate side effect that broke
distribution of binding table entries between nodes. The updated
tipc_sock_addr struct is also used further down in the same
function, and there the old value is still the correct one.

Fixes: ef76974b5eb1 ("tipc: fix wrong publisher node address in link publications")
Signed-off-by: Jon Maloy <jmaloy@redhat.com>
Link: https://lore.kernel.org/r/20220216020009.3404578-1-jmaloy@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/tipc/node.c