From: Leandro Lucarella Date: Mon, 24 Sep 2007 17:04:42 +0000 (-0300) Subject: DhcpHandler documentation and improvements. X-Git-Url: https://git.llucax.com/software/pymin.git/commitdiff_plain/b8c5dbd52084b9a710c9881e327449f9eaec0bdb?hp=b8c5dbd52084b9a710c9881e327449f9eaec0bdb DhcpHandler documentation and improvements. The path where to store pickled configuration and generated config files is configurable when constructing the instance. If there's a pickled configuration it's automatically loaded at construction time. If not, a new configuration based on defaults is dumped to disk. New methods are added: restart(), reload() and rollback() and DhcpHandler is published in the services module and included in the pymin daemon command tree. ---