HenriWahl / dhcpy6d

MAC address aware DHCPv6 server written in Python
https://dhcpy6d.de
GNU General Public License v2.0
94 stars 27 forks source link

reload configuration without killing and starting dhcpy6d? #37

Closed PepeOnAChair closed 3 years ago

PepeOnAChair commented 3 years ago

Hello, thank you for this DHCP server, which supports MAC addresses...

Is it somehow possible to reload configuration of clients without the need to kill the process first and then starting it again? Some kind of atomic configuration reload, so the service will not be stopped for some short time. We are expecting to run dhcpy6d for some 10000 devices.

Best regards Pep.

HenriWahl commented 3 years ago

The easiest way to do so is storing the config in a database. Currently supported types are MySQL/MariaDB, PostgreSQL and SQLite.

PepeOnAChair commented 3 years ago

Thank you, I`ll try it. Pep.