<p dir="ltr"><br>
On 2 Nov 2013 16:31, "Gui Iribarren" <<a href="mailto:gui@altermundi.net">gui@altermundi.net</a>> wrote:<br>
> Problem is, there's no way to update dnsmasq internal database from outside (i.e. when alfred gets new info from another node); SIGHUP will not make dnsmasq call dhcp-script "init", only a full restart will do, and we'd rather not kill and respawn dnsmasq whenever a new lease is given in any part of the cloud :P<br>

><br>
> Simon, any chance of having dnsmasq call "init" on dhcp-script (or lua-hook, if it's simpler) when getting a SIGHUP (or another, dedicated signal, for that matter)?</p>
<p dir="ltr">Simon mentioned before why dnsmasq can't "reload" it's config because it drops privileges. But I can't see a reason why we can't reread /etc/ethers and the client cache (for me that's in /tmp/).</p>

<p dir="ltr">I would welcome a "state update" signal of some sort.</p>