[libvirt] [PATCH v4]: set and restore MAC address of a NIC when using PASSTHROUGH mode

Eric Blake eblake at redhat.com
Tue Jun 21 17:16:20 UTC 2011


On 06/21/2011 06:01 AM, Gerhard Stenzel wrote:
> +    rc = ifaceGetMacaddr(linkdev, oldmac);
> +
> +    if (rc) {
> +        virReportSystemError(rc,

Sorry for not catching this sooner.  This should probably be
virReportSystemError(errno,...), assuming that ifaceGetMacaddr
guarantees a sane errno setting (at any rate, you used errno for
ifaceSetMacaddr later on).

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20110621/06d49218/attachment-0001.sig>


More information about the libvir-list mailing list