[libvirt] [PATCH 04/16] Rename low level macvlan creation APIs

Laine Stump laine at laine.org
Thu Nov 17 11:04:32 UTC 2011


On 11/15/2011 06:14 AM, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange"<berrange at redhat.com>
>
> Rename ifaceMacvtapLinkAdd to virNetDevMacVLanCreate and
> ifaceLinkDel to virNetDevMacVLanDelete. Strictly speaking
> the latter isn't restricted to macvlan devices, but that's
> the only use libvirt has for it.

Also removed the macaddrsize arg from virNetDevMacVLanCreate. This is 
bringing back some memory of a network device type that had a mac 
address > 6 bytes in length, but I can't recall what it was, and anyway 
everything else in libvirt assumes VIR_MAC_BUFLEN (6) anyway.

ACK.




More information about the libvir-list mailing list