[libvirt] [PATCH 09/16] Move virNetDevGetIndex & virNetDevGetVLanID to virnetdev.c

Laine Stump laine at laine.org
Thu Nov 17 11:56:15 UTC 2011


On 11/15/2011 06:14 AM, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange"<berrange at redhat.com>
>
> Move virNetDevGetIndex&  virNetDevGetVLanID to virnetdev.c to
> suit their functional purpose
>
> * util/interface.c, util/interface.h: Remove virNetDevGetIndex&
>    virNetDevGetVLanID
> * util/virnetdev.c, util/virnetdev.h: Add virNetDevGetIndex&
>    virNetDevGetVLanID
> ---
>   src/nwfilter/nwfilter_learnipaddr.c |    1 +
>   src/util/interface.c                |  111 -----------------------------------
>   src/util/interface.h                |    6 --
>   src/util/virnetdev.c                |  109 ++++++++++++++++++++++++++++++++++
>   src/util/virnetdev.h                |    7 ++
>   5 files changed, 117 insertions(+), 117 deletions(-)
>


ACK.




More information about the libvir-list mailing list