[libvirt] [PATCH 14/33] Rename the LXC veth management APIs and delete duplicated APIs

Laine Stump laine at laine.org
Wed Nov 9 09:58:05 UTC 2011


On 11/03/2011 01:30 PM, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange"<berrange at redhat.com>
>
> The src/lxc/veth.c file contains APIs for managing veth devices,
> but some of the APIs duplicate stuff from src/util/virnetdev.h.
> Delete thed duplicate APIs and rename the remaining ones to
> follow virNetDevVethXXXX
>
> * src/lxc/veth.c, src/lxc/veth.h: Rename APIs&  delete duplicates
> * src/lxc/lxc_container.c, src/lxc/lxc_controller.c,
>    src/lxc/lxc_driver.c: Update for API renaming
> ---
>   po/POTFILES.in           |    1 -
>   src/lxc/lxc_container.c  |    7 ++-
>   src/lxc/lxc_controller.c |    4 +-
>   src/lxc/lxc_driver.c     |   19 +++-----
>   src/lxc/veth.c           |  109 ++++++++-------------------------------------
>   src/lxc/veth.h           |   20 +++-----
>   6 files changed, 42 insertions(+), 118 deletions(-)
>

ACK.




More information about the libvir-list mailing list