Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-21 | dhcp: T3316: Support hostname, DUID and MAC address in reservation | Indrajit Raychaudhuri | |
Reinstate support for hostname in DHCP reservation. Having `hostname` in allows for server-side assignment of hostname. This is useful for static lookup of hostname. Ensure that hostname is a valid FQDN (doesn't have underscore, etc.) Additionally, support using either of DUID or MAC address for reservation. While MAC address is typically used for IPv4, and DUID is typically used for IPv6, either of them can be used in IPv4 and IPv6 reservations in Kea. | |||
2023-12-17 | dhcp: T3316: Kea DHCP and DHCPv6 fixes | sarthurdev | |
* Move Kea socket permission change on-demand and speed up conf scripts * Fix issue with DHCP reservations when no `ip-address` value | |||
2023-12-08 | dhcp: T3316: Add time-zone node for options 100 and 101 | sarthurdev | |
2023-12-08 | dhcp: T3316: Add captive portal v4/v6 options | sarthurdev | |
2023-12-08 | dhcp: T3316: Migrate dhcp/dhcpv6 server to Kea | sarthurdev | |