Re: [libvirt] [PATCH v2 2/2] Don't drop expired lease while reading custom leases file

2016-10-05 Thread Michal Privoznik
On 03.10.2016 09:49, Michal Privoznik wrote: > On 30.09.2016 17:11, Nehal J Wani wrote: >> Libvirt, on its own, shouldn't decide whether an expired lease should >> stay in the custom leases database or not. It should rather rely on >> the 'DEL' event from dnsmasq. >> --- >> src/util/virlease.c |

Re: [libvirt] [PATCH v2 2/2] Don't drop expired lease while reading custom leases file

2016-10-03 Thread Michal Privoznik
On 30.09.2016 17:11, Nehal J Wani wrote: > Libvirt, on its own, shouldn't decide whether an expired lease should > stay in the custom leases database or not. It should rather rely on > the 'DEL' event from dnsmasq. > --- > src/util/virlease.c | 8 > 1 file changed, 8 deletions(-) > >

[libvirt] [PATCH v2 2/2] Don't drop expired lease while reading custom leases file

2016-09-30 Thread Nehal J Wani
Libvirt, on its own, shouldn't decide whether an expired lease should stay in the custom leases database or not. It should rather rely on the 'DEL' event from dnsmasq. --- src/util/virlease.c | 8 1 file changed, 8 deletions(-) diff --git a/src/util/virlease.c b/src/util/virlease.c