On 11/15/2011 06:14 AM, Daniel P. Berrange wrote:
From: "Daniel P. Berrange"<berrange(a)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.