Hi, 

I'm trying to use the mysql backend to store subnet information. Everything
works for me, but I need to keep the relay information. In config file it's
easy

{

"subnet": "10.0.0.0/24",

"relay": {

"ip-addresses": [ "192.2.2.2" ]

},

"pools": [ { "pool": "10.0.0.16 - 10.0.0.16" } ]

}




but I can't save relay information to mysql. I've tried all kinds of
notations but kea refuses to start. I tried to save '192.2.2' or 'INET_ATON(
'192.2.2')' or '"ip-addresses": [ "192.2.2.2" ]' and other variants, but 
nothing came through.




Does anyone know in what form to store relay information in a subnet in 
mysql?




Not using subnet_cmds, input information manually




Thanks



Libor
_______________________________________________
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