[libvirt] [PATCH] macvtap: log an error if on failure to connect to netlink socket

2011-03-15 Thread Laine Stump
A bug in libnl (see https://bugzilla.redhat.com/show_bug.cgi?id=677724 and https://bugzilla.redhat.com/show_bug.cgi?id=677725) makes it very easy to create a failure to connect to the netlink socket when trying to open a macvtap network device (type='direct' in domain interface XML). When that

Re: [libvirt] [PATCH] macvtap: log an error if on failure to connect to netlink socket

2011-03-15 Thread Stefan Berger
On 03/15/2011 04:32 PM, Laine Stump wrote: A bug in libnl (see https://bugzilla.redhat.com/show_bug.cgi?id=677724 and https://bugzilla.redhat.com/show_bug.cgi?id=677725) makes it very easy to create a failure to connect to the netlink socket when trying to open a macvtap network device

Re: [libvirt] [PATCH] macvtap: log an error if on failure to connect to netlink socket

2011-03-15 Thread Eric Blake
On 03/15/2011 02:32 PM, Laine Stump wrote: In the subject, s/if // A bug in libnl (see https://bugzilla.redhat.com/show_bug.cgi?id=677724 and https://bugzilla.redhat.com/show_bug.cgi?id=677725) makes it very easy to create a failure to connect to the netlink socket when trying to open a

Re: [libvirt] [PATCH] macvtap: log an error if on failure to connect to netlink socket

2011-03-15 Thread Laine Stump
On 03/15/2011 04:45 PM, Eric Blake wrote: On 03/15/2011 02:32 PM, Laine Stump wrote: In the subject, s/if // A bug in libnl (see https://bugzilla.redhat.com/show_bug.cgi?id=677724 and https://bugzilla.redhat.com/show_bug.cgi?id=677725) makes it very easy to create a failure to connect to the