Hi,

> Sent: Tuesday, December 26, 2023 at 2:40 PM
> From: "Darren Ankney" <darren.ank...@gmail.com>
> >
> > I think I may have misunderstood what you were asking for.  Can you
> > please provide an example configuration from ISC DHCP as I think that
> > will explain best what you are trying to achieve.
>
> This is what I do on the old ISC dhcpd:
>
> host myhost {
>   hardware ethernet 08:00:aa:bb:cc:dd;
>   fixed-address myhost;
> }
>
> But as I understand this feature was dropped for good, am I correct?
>

It is currently not possible to do this in Kea.  Kea requires an IP
address to be used.  For example:

"reservations": [
  {
    "hw-address": "08:00:aa:bb:cc:dd",
    "ip-address": "192.0.2.10"
  }
]

Kea would not expect to find a name in an ip-address field.  If you
think this should be a feature (and it would likely be implemented as
a different parameter than ip-address), then you could create an issue
in Gitlab: https://gitlab.isc.org/isc-projects/kea regarding this.
The worst that could happen is that the development team says no.

Thank you,

Darren Ankney
-- 
ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.

To unsubscribe visit https://lists.isc.org/mailman/listinfo/kea-users.

Kea-users mailing list
Kea-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/kea-users

Reply via email to