<html><body><div><div><div>Hi, </div><div>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</div><div>{</div><div>"subnet": "10.0.0.0/24",</div><div>"relay": {</div><div>"ip-addresses": [ "192.2.2.2" ]</div><div>},</div><div>"pools": [ { "pool": "10.0.0.16 - 10.0.0.16" } ]</div><div>}</div><div><br></div><div>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.</div><div><br></div><div>Does anyone know in what form to store relay information in a subnet in mysql?</div><div><br></div><div>Not using subnet_cmds, input information manually</div><div><br></div><div>Thanks</div></div></div><div>Libor</div></body></html>