]> git.llucax.com Git - software/pymin.git/commit
DhcpHandler documentation and improvements.
authorLeandro Lucarella <llucarella@integratech.com.ar>
Mon, 24 Sep 2007 17:04:42 +0000 (14:04 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Mon, 24 Sep 2007 17:04:42 +0000 (14:04 -0300)
commitb8c5dbd52084b9a710c9881e327449f9eaec0bdb
treea449f56666f37b54a852f99ea4893ffd6d68e400
parentf2b9d4634807e38cec82fc1d2c4250b5e6106c5a
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.
config.py
services/__init__.py
services/dhcp/__init__.py