[libvirt] [PATCH 05/16] Move the low level macvlan creation APIs

Laine Stump laine at laine.org
Thu Nov 17 11:06:34 UTC 2011


On 11/15/2011 06:14 AM, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange"<berrange at redhat.com>
>
> Move the low level macvlan creation APIs into the
> virnetdevmacvlan.c file where they more naturally
> belong
>
> * util/interface.c, util/interface.h: Remove virNetDevMacVLanCreate
>    and virNetDevMacVLanDelete
> * util/virnetdevmacvlan.c, util/virnetdevmacvlan.h: Add
>    virNetDevMacVLanCreate and virNetDevMacVLanDelete
> ---
>   src/util/interface.c        |  270 -------------------------------------------
>   src/util/interface.h        |   12 --
>   src/util/virnetdevmacvlan.c |  256 ++++++++++++++++++++++++++++++++++++++++-
>   src/util/virnetdevmacvlan.h |   12 ++
>   4 files changed, 264 insertions(+), 286 deletions(-)
>

ACK.




More information about the libvir-list mailing list