[Kea-users] vendor specific dhcp4 options from database

Darren Ankney darren.ankney at gmail.com
Fri Mar 31 21:02:11 UTC 2023


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
<kea-users at lists.isc.org> 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
> Kea-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/kea-users


More information about the Kea-users mailing list