pypxe / PyPXE

Pure Python PXE (DHCP-(Proxy)/TFTP/HTTP/NBD) Server
MIT License
547 stars 125 forks source link

Reload DHCP static leases on SIGUSR1 #148

Open psychomario opened 7 years ago

psychomario commented 7 years ago

For #107, realised updating static leases wasn't actually that hard. Other settings face the issues discussed in the original issue.

The original issue suggested SIGHUP, but we already use that for saving leases. That could be removed and we could use SIGHUP for this if necessary.