Re: [libvirt] [PATCH 17/33] Remove ifaceSetMac and ifaceGetMac APIs

2011-11-09 Thread Laine Stump
On 11/03/2011 01:30 PM, Daniel P. Berrange wrote: The ifaceSetMac and ifaceGetMac APIs duplicate the functionality of the virNetDevSetMAC and virNetDevGetMAC APIs, but returning errno's instead of raising errors. * src/util/interface.c, src/util/interface.h: Remove ifaceSetMac and

[libvirt] [PATCH 17/33] Remove ifaceSetMac and ifaceGetMac APIs

2011-11-03 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com The ifaceSetMac and ifaceGetMac APIs duplicate the functionality of the virNetDevSetMAC and virNetDevGetMAC APIs, but returning errno's instead of raising errors. * src/util/interface.c, src/util/interface.h: Remove ifaceSetMac and ifaceGetMac APIs,