[libvirt] [PATCH 0/3] dnsmasq conf-file, interface=, and DHCPv6

Gene Czarcinski gene at czarc.net
Tue Nov 6 16:11:36 UTC 2012


The three sets of patches implement the changes listed below.  Although
they were developed on v1.0.0, they have been updated to the current
git master as of the time of their submital [so if anything major
updated bridge_driver.c, network_conf.c or dnamasq.c, your milage may vary].

These three patches are dependent in the order shown.

Along with the usual make, make check, and make syntax-check, a dist tarball
was created and it, along with a spec file, were used to create rpms.

There has been only limited testing with the newly created rpms but there
was extensive testing of these patches fitted to libvirt v1.0.0.

Gene Czarcinski (3):
  v6-6: put dnsmasq parameters into a file
  v6-6: add dnsmasq interface= parameter
  v6-6: Add support for DHCPv6

 docs/formatnetwork.html.in                         | 108 ++++-
 src/conf/network_conf.c                            | 100 +++--
 src/network/bridge_driver.c                        | 461 +++++++++++++--------
 src/network/bridge_driver.h                        |   7 +-
 src/util/dnsmasq.c                                 |   9 +-
 tests/networkxml2argvdata/isolated-network.argv    |  25 +-
 .../networkxml2argvdata/nat-network-dns-hosts.argv |  16 +-
 .../nat-network-dns-srv-record-minimal.argv        |  36 +-
 .../nat-network-dns-srv-record.argv                |  36 +-
 .../nat-network-dns-txt-record.argv                |  30 +-
 tests/networkxml2argvdata/nat-network.argv         |  28 +-
 tests/networkxml2argvdata/netboot-network.argv     |  29 +-
 .../networkxml2argvdata/netboot-proxy-network.argv |  26 +-
 tests/networkxml2argvdata/routed-network.argv      |  14 +-
 tests/networkxml2argvtest.c                        |  46 +-
 15 files changed, 621 insertions(+), 350 deletions(-)

-- 
1.7.11.7




More information about the libvir-list mailing list