[libvirt] [PATCH 0/6] Fix multiple problems while dealing with transient networks

Peter Krempa pkrempa at redhat.com
Fri Nov 2 12:44:36 UTC 2012


On 10/25/12 17:18, Peter Krempa wrote:
> This series fixes a few issues when dealing with transient networks:
> 1) Check for multiple DHCP sections is added also to transient networks
> 2) Create and clean up dnsmasq config files when dealing with transient networks
> 3) Add support for making network transient with undefine
> 4) a few cleanups
>
> Peter Krempa (6):
>    conf: net: Fix helper for applying new network definition
>    net: Change argument type of virNetworkObjIsDuplicate()
>    net: Move creation of dnsmasq hosts file to function starting dnsmasq
>    net: Remove dnsmasq and radvd files also when destroying transient
>      nets
>    net: Re-use checks when creating transient networks
>    net: Add support for changing persistent networks to transient
>
>   src/conf/network_conf.c     |   4 +-
>   src/conf/network_conf.h     |   2 +-
>   src/network/bridge_driver.c | 261 +++++++++++++++++++++++---------------------
>   3 files changed, 138 insertions(+), 129 deletions(-)
>


Now that 1.0.0 is out, I've pushed this series. Thanks all for the reviews.

Peter




More information about the libvir-list mailing list