pykeadhcp
pykeadhcp copied to clipboard
A python module used to interact the the Kea DHCP API daemons (dhcp4, dhcp6, ctrl-agent and ddns)
### Daemon/Area All Daemons ### Feature/Enhancement you are proposing After each API call to a daemon that changes configuration data on the API, the cached configuration held in the class...
### Daemon/Area All Daemons ### Feature/Enhancement you are proposing Ability to provide a warning or raise an exception when a user attempts to call a function in a specific daemon...
### Python version 3.10 ### How to reproduce this locally 1. Setup Kea Class 2. Add logger to "loggers" global config for any daemon 3. Export to JSON ### What...