Owen Dunn writes:
> It would be really useful for kea to have an equivalent to ISC dhcpd's 
> "not authoritative" but I can't find one from digging around in the source 
> code.

=> there is not (and BTW it is the subject of the #5184).

> It would really help migration to kea in environments where you already 
> have DHCP servers giving out static leases and don't want to risk kea 
> sending something a NAK.

=> this can be simulated by a hook which takes a list of not
authoritative subnet IDs, put the query in a special class and reset
the subnet at the subnet4_select point, and drop the NAK at pkt4_send.
If there is enough interest we can develop a premium hook code.

Regards

Francis Dupont <fdup...@isc.org>
_______________________________________________
Kea-users mailing list
Kea-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/kea-users

Reply via email to