]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/tipc/node.c
tipc: Ignore broadcast acknowledgements that are out-of-range
[karo-tx-linux.git] / net / tipc / node.c
index 1861ae915f17b5e88391aee6284869066aea54ef..e530de279be958771fc3e1f471e84a55f50f76af 100644 (file)
@@ -351,8 +351,7 @@ static void node_lost_contact(struct tipc_node *n_ptr)
                }
 
                tipc_bclink_remove_node(n_ptr->addr);
-               tipc_bclink_acknowledge(n_ptr,
-                                       mod(n_ptr->bclink.acked + 10000));
+               tipc_bclink_acknowledge(n_ptr, INVALID_LINK_SEQ);
                if (n_ptr->addr < tipc_own_addr)
                        tipc_own_tag--;