Hi, im trying to insert a new dhcp6_subnet on the kea database, im getting this error: The procedures and triggers are created on the mysql server, any ideias? Best regards, Joao Butzke _______________________________________________ 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 [hidden email] https://lists.isc.org/mailman/listinfo/kea-users |
On 10.03.2021 15:48, João Butzke wrote:
> Hi, im trying to insert a new dhcp6_subnet on the kea database, im > getting this error: ... > > The procedures and triggers are created on the mysql server, any ideias? The schema for config backend is complicated, because it was designed for Kea to be able to retrieve incremental updates efficiently, e.g. when you have 1000 subnets configured, adding another one should be fast. The unfortunate side effect is that it's tricky if you're trying to fiddle with the DB manually. There's a cb_cmds hook that makes it very easy to use. Yes, it's a paid hook. API details here: https://kea.readthedocs.io/en/kea-1.8.2/arm/hooks.html#cb-cmds-configuration-backend-commands Tomek _______________________________________________ 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 [hidden email] https://lists.isc.org/mailman/listinfo/kea-users |
HI Tomek, how can I buy cb_cmds? Is there a way to education institute to buy these hook? Thanks, Jeronimo Em qui., 11 de mar. de 2021 às 14:53, Tomek Mrugalski <[hidden email]> escreveu: On 10.03.2021 15:48, João Butzke wrote: _______________________________________________ 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 [hidden email] https://lists.isc.org/mailman/listinfo/kea-users |
Administrator
|
Hi Jeronimo, If you only want cb-cmds, you can buy it online here: _______________________________________________ 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 [hidden email] https://lists.isc.org/mailman/listinfo/kea-users |
Free forum by Nabble | Edit this page |