netbox-kea-dhcp
netbox-kea-dhcp copied to clipboard
Sync netbox to ISC Kea DHCP server
[current location](https://github.com/francoismdj/netbox-kea-dhcp/blob/f53d9df9d44281d8e2768337a0f38a387420eef6/src/netboxkea/netbox.py#L8C21-L8C21) of issue: `ipaddress_filter={'status': 'dhcp'}` [netbox docs](https://demo.netbox.dev/static/docs/core-functionality/ipam/) explicitly state: > Statuses are hard-coded in NetBox and can be one of the following: > - Container - A summary of...
Hello, would it be possible to read various DHCP options such as the domain name or the NTP server from the parent prefix? In most cases, the options are the...
During a server reboot, `netbox-kea-dhcp` crashes with the following trace: ``` août 22 09:32:08 charade netbox-kea-dhcp[846]: netbox: https://netbox-srv, kea: http://127.0.0.1:8000/ août 22 09:32:08 charade netbox-kea-dhcp[846]: Start full sync août 22...
Hello, Thank you for your work on this plugin. Would it be possible to implement support for the netbox-gateways plugin for the "option-data.routers" option? Unfortunately, the routing information is not...
A little confused by the example configuration. It appears by default that netbox-kea-dhcp will take the first address and last address and build the DHCP pool in Kea. The configuration...
It seems as if this software only supports legacy IPv4, we should also support DHCPv6 for modern networks.
Hi ! I wanted to implement the DHCP option 43 ([https://datatracker.ietf.org/doc/html/rfc2132#section-8.4](https://datatracker.ietf.org/doc/html/rfc2132#section-8.4)) but this made the startup crash. I tried ` option_data = { "name" = "vendor-encapsulated-options", "code" = 43, "space"...