Dear Darren,

Thanks for your reply. I could not find any clues in documentation that my setup should not work. In https://kea.readthedocs.io/en/kea-2.2.0/arm/config.html#cb-limitations there is paragraph beginning with this statement:

Although it is not recommended, it is possible to specify certain parameter types both in a configuration file and the database.

I expected that I can specify option definitions in configuration file, which is static, and I just wanted to place dynamic data in database, e.g. option-data parameters.

Thanks,
Richard

2023-03-31 23:02 időpontban Darren Ankney ezt írta:
Hi Richard,

You would need to load the cb_cmds hook to manage the option-def and
option-data in the database
(https://kea.readthedocs.io/en/kea-2.2.0/arm/hooks.html#cb-cmds-configuration-backend-commands)
using the API commands.  You also need to connect to the database for
configuration backend
(https://kea.readthedocs.io/en/kea-2.2.0/arm/dhcp4-srv.html#configuration-backend-in-dhcpv4)
so that it can load the configuration containing the options from the
database for use.

I saw neither of these things in your config file.

Thank you,

Darren Ankney

On Fri, Mar 31, 2023 at 2:33 PM Richard Kojedzinszky via Kea-users
<[email protected]> wrote:

Dear users,

I would like to define vendor specific options in database, howewer I
dont succeed. If I define it in the config file, it works. I am
attaching
kea-dhcp4.static.conf for static and working configuration, and
attaching kea-dhcp4.dyn.conf and database.dump.sql with relevant records
only. Non-vendor options appear well in the reply packets, howewer
options in space ipxe dont.

Can somebody help me what am I doing wrong?

Thanks in advance,
Richard--
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
[email protected]
https://lists.isc.org/mailman/listinfo/kea-users
--
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
[email protected]
https://lists.isc.org/mailman/listinfo/kea-users

Reply via email to