Re: [PATCH net-next] tipc: fix nl compat regression for link statistics

2016-07-01 Thread David Miller
From: Richard Alpe Date: Fri, 1 Jul 2016 11:11:21 +0200 > Fix incorrect use of nla_strlcpy() where the first NLA_HDRLEN bytes > of the link name where left out. > > Making the output of tipc-config -ls look something like: > Link statistics: > dcast-link > 1:data0-1.1.2:data0 > 1:data0-1.1.3:dat

[PATCH net-next] tipc: fix nl compat regression for link statistics

2016-07-01 Thread Richard Alpe
Fix incorrect use of nla_strlcpy() where the first NLA_HDRLEN bytes of the link name where left out. Making the output of tipc-config -ls look something like: Link statistics: dcast-link 1:data0-1.1.2:data0 1:data0-1.1.3:data0 Also, for the record, the patch that introduce this regression claims