Re: [libvirt] [tck PATCH 2/9] Use $net->get_dhcp_leases() when available

2018-02-08 Thread Laine Stump
On 02/08/2018 04:15 AM, Daniel P. Berrangé wrote: >> diff --git a/scripts/nwfilter/nwfilter_concurrent.sh >> b/scripts/nwfilter/nwfilter_concurrent.sh >> index 4c9b878..359e2ab 100644 >> --- a/scripts/nwfilter/nwfilter_concurrent.sh >> +++ b/scripts/nwfilter/nwfilter_concurrent.sh >> @@ -242,9 +24

Re: [libvirt] [tck PATCH 2/9] Use $net->get_dhcp_leases() when available

2018-02-08 Thread Daniel P . Berrangé
On Wed, Feb 07, 2018 at 09:04:52PM -0500, Laine Stump wrote: > Newer versions of libvirt no longer let dnsmasq create a leases file, > they keep track of it themselves and provide an API to retrieve the > current list of leases. Use that to get the guest's IP address when > it's available. > --- >