<p dir="ltr">Is it in the roadmap to implement reload ?<br>
Thanks Winsor for your detailed reply.<br>
</p>
<div class="gmail_quote">On Sep 30, 2014 9:49 AM,  <<a href="mailto:winsor@ukrhub.net">winsor@ukrhub.net</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
> Dear All,<br>
> Is it possible to add a new subnet and apply it without stopping and starting dhcpd ?<br>
>  Thanks and regards<br>
> Abdul Khader<br>
<br>
answer from the official doc site:<br>
<br>
At this time, the dhcpd server doesn't have any reload mechanism. It doesn't handle HUP signal nor have a 'soft' reconfiguration method. The server has to be stopped and restarted.<br>
<br>
And, from debian "service script":<br>
restart | force-reload)<br>
                test_config<br>
                $0 stop<br>
                sleep 2<br>
                $0 start<br>
<br>
which confirms the above statement... Therefore, when you restart the first recommended to check configurtion file: dhcpd -t -T<br>
--<br>
ANK32-RIPE<br>
<br>
</blockquote></div>