kea_python
kea_python copied to clipboard
Embed Python in the Kea DHCP server.
First off, I am loving this project. It is going to work very well for what I need to use it for. I had to modify your code slightly to...
In addition to `query4` the `leases4_committed` hook takes two arguments `leases4` and `deleted_leases4` of type `isc::dhcp::Leases4CollectionPtr`. I'm trying to update client DNS records on a Samba server. Since Kea doesn't...
The module is failing compilation in `lease_mgr.cc` with Python 3.9 and Kea 1.8.0 under Ubuntu 21.04 on aarch64: ``` admin@h-tst-smbdc-01:~/src/kea_python/keamodule$ python3 setup.py install running install running build running build_ext building...