From: Ying X. <yin...@wi...> - 2014-10-22 01:00:49
|
On 10/21/2014 10:48 PM, Matthew Clark wrote: > 16:52:45.734227 TIPC v2.0 1.1.3 > 1.1.0, headerlength 40 bytes, > MessageSize 40 bytes, Neighbor Detection Protocol internal, > messageType Link request > 16:52:45.734286 TIPC v2.0 1.1.4 > 1.1.3, headerlength 40 bytes, > MessageSize 40 bytes, Neighbor Detection Protocol internal, > messageType Link response Your met issue is a bit weird. From above two logs, the first message indicates that 1.1.4 node has already received link request message from 1.1.3, and 1.1.4 also responded to it in the second message. Moreover, the link between 1.1.4 and 1.1.3 has been established after all although its state is in working_unknown. In all, your given logs are still unable to tell us what happens in your environment. At least, we cannot find link state messages in your given log. So please capture more logs. Maybe it can further give some evidences helping us understand why it is. Regards, Ying |