On 11/15/2011 06:14 AM, Daniel P. Berrange wrote:
Move virNetDevReplaceMacAddress and virNetDevRestoreMacAddress
to the virnetdev.c file where they naturally belong
* util/interface.c, util/interface.h: Remove
virNetDevReplaceMacAddress and virNetDevRestoreMacAddress
* util/virnetdev.c, util/virnetdev.h: Add
virNetDevReplaceMacAddress and virNetDevRestoreMacAddress
---
src/util/interface.c | 84 ----------------------------------------------
src/util/interface.h | 10 -----
src/util/virnetdev.c | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++
src/util/virnetdev.h | 12 ++++++
4 files changed, 103 insertions(+), 94 deletions(-)
ACK.