Re: [PATCH iproute2 0/4] improve initialization of genl handle

2016-08-23 Thread Phil Sutter
On Tue, Aug 16, 2016 at 04:26:54PM +0200, Sabrina Dubroca wrote: > This patchset fixes several issues for users of genetlink: > > - Duplicated code for initialization of a genl handle. >All users of genl must open a socket and resolve the family, and >use the same code to do that. >So

[PATCH iproute2 0/4] improve initialization of genl handle

2016-08-16 Thread Sabrina Dubroca
This patchset fixes several issues for users of genetlink: - Duplicated code for initialization of a genl handle. All users of genl must open a socket and resolve the family, and use the same code to do that. Solution: add a library function. - genl family resolution fails when the mod