Re: [PATCH net-next 1/1] tipc: set 'active' state correctly for first established link

2016-05-01 Thread David Miller
From: Jon Maloy Date: Thu, 28 Apr 2016 20:16:08 -0400 > When we are displaying statistics for the first link established between > two peers, it will always be presented as STANDBY although it in reality > is ACTIVE. > > This happens because we forget to set the 'active' flag in the link > insta

[PATCH net-next 1/1] tipc: set 'active' state correctly for first established link

2016-04-28 Thread Jon Maloy
When we are displaying statistics for the first link established between two peers, it will always be presented as STANDBY although it in reality is ACTIVE. This happens because we forget to set the 'active' flag in the link instance at the moment it is established. Although this is a bug, it only