]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: correct discovery message handling during address trial period
authorJon Maloy <jon.maloy@ericsson.com>
Fri, 6 Jul 2018 18:10:04 +0000 (20:10 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 7 Jul 2018 10:49:01 +0000 (19:49 +0900)
commit1e610648044f1502bc0ff594102ba264407f2864
tree29a53dc5c39cf8d33163fa5d47bceea50eb22bc6
parent013df6895e78f2c2b450f6a6ed7f807be440662a
tipc: correct discovery message handling during address trial period

With the duplicate address discovery protocol for tipc nodes addresses
we introduced a one second trial period before a node is allocated a
hash number to use as address.

Unfortunately, we miss to handle the case when a regular LINK REQUEST/
RESPONSE arrives from a cluster node during the trial period. Such
messages are not ignored as they should be, leading to links setup
attempts while the node still has no address.

Fixes: b8bd0db28fc0 ("tipc: handle collisions of 32-bit node address hash values")
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/discover.c