Re: [libvirt] [PATCH 1/1] Support libnl-3 as well as libnl-1

2012-05-02 Thread Serge Hallyn
Quoting Stefan Berger (stef...@linux.vnet.ibm.com): On 04/30/2012 06:59 PM, Serge Hallyn wrote: configure.ac: Check for libnl-3. If found, find libnl-route-3. If not found, do the original check to look for libnl-1. [...] --- a/src/util/virnetlink.c +++ b/src/util/virnetlink.c @@

Re: [libvirt] [PATCH 1/1] Support libnl-3 as well as libnl-1

2012-05-01 Thread Stefan Berger
On 04/30/2012 06:59 PM, Serge Hallyn wrote: configure.ac: Check for libnl-3. If found, find libnl-route-3. If not found, do the original check to look for libnl-1. [...] --- a/src/util/virnetlink.c +++ b/src/util/virnetlink.c @@ -67,7 +67,11 @@ struct _virNetlinkEventSrvPrivate {

[libvirt] [PATCH 1/1] Support libnl-3 as well as libnl-1

2012-04-30 Thread Serge Hallyn
configure.ac: Check for libnl-3. If found, find libnl-route-3. If not found, do the original check to look for libnl-1. src/util/virnetlink.c: support libnl3 api. I could play games to make the patch smaller, but this would just hide what is actually needing to be done at the expense of