[libvirt] [PATCHv4 0/4] Introduce APIs to extract DHCP leases info

Nehal J Wani nehaljw.kkd1 at gmail.com
Thu Sep 26 08:08:52 UTC 2013


This API returns the leases information stored in the DHCP leases
file of dnsmasq for a given virtual network. It contacts the
bridge network driver, which parses the leases file.

It supports two methods:

1. Return info for all network interfaces connected to a given
   virtual network
2. Return information for a particular network interface in a
   given virtual network by providing its MAC Address

v4
* Added support for DHCPv6, updated lease file parsing method

v3
* Mostly small nits, change in MACRO names, use of virSocketAddrGetIpPrefix to
  retrieve IP prefix from @dom XML.
  Refer: https://www.redhat.com/archives/libvir-list/2013-September/msg00832.html

v2
* Since DHCPv6 is supposed to be suported in future, virNetworkGetDHCPLeasesForMAC
  changed, prefix and virIPAddrType added in virNetworkDHCPLeases struct.
  Refer: https://www.redhat.com/archives/libvir-list/2013-September/msg00732.html

v1
* Refer: https://www.redhat.com/archives/libvir-list/2013-September/msg00620.html

* The need for these APIs were result of a RFC was proposed on the list.
  Refer: http://www.redhat.com/archives/libvir-list/2013-July/msg01603.html

Nehal J Wani (4):
  net-dhcp-leases: Implement the remote protocol
  net-dhcp-leases: Implement the remote protocol
  net-dhcp-leases: Private implementation inside network driver
  net-dhcp-leases: Add virsh support

 daemon/remote.c              | 157 ++++++++++++++++++++++++++++
 include/libvirt/libvirt.h.in |  36 +++++++
 python/generator.py          |   3 +
 src/driver.h                 |  13 +++
 src/libvirt.c                | 177 +++++++++++++++++++++++++++++++
 src/libvirt_public.syms      |   3 +
 src/network/bridge_driver.c  | 240 +++++++++++++++++++++++++++++++++++++++++++
 src/remote/remote_driver.c   | 169 +++++++++++++++++++++++++++++-
 src/remote/remote_protocol.x |  59 ++++++++++-
 src/remote_protocol-structs  |  47 +++++++++
 src/rpc/gendispatch.pl       |   1 +
 tools/virsh-network.c        | 150 +++++++++++++++++++++++++++
 tools/virsh.pod              |   6 ++
 13 files changed, 1057 insertions(+), 4 deletions(-)

-- 
1.7.11.7




More information about the libvir-list mailing list