<div dir="ltr">Hello,<div><br></div><div>I have an issue or possibly have an issue with the Kea Migration Tool on part of a config.</div><div><br></div><div>I have the following in dhcpd that help identify per subnet what Site is sending DHCP requests - </div><div><br></div><div>if exists agent.circuit-id<br> {<br> log (error,concat("Lease for ",binary-to-ascii (10, 8, ".",<br> leased-address)," is connected to ", option agent.circuit-id));<br> }<br></div><div><br></div><div>When Kea Migration Tool converts the dhcpd config to Kea format, it comments the converted section out -</div><div><br></div><div><pre class="gmail-border gmail-border-info" style="box-sizing:border-box;font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:14px;margin-top:0px;margin-bottom:1rem;overflow:auto;color:rgb(33,37,41);padding:10px 20px;background:rgb(249,251,255);border:1px solid rgb(23,162,184)"><code style="box-sizing:border-box;font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:inherit;color:inherit;word-break:normal">// "statement": {
// "if": {
// "condition": {
// "exists": {
// "universe": "agent",
// "name": "circuit-id",
// "code": 1
// }
// },
// "then": [
// {
// "log": {
// "priority": "error",
// "message": {
// "concat": {
// "left": "Lease for ",
// "right": {
// "concat": {
// "left": {
// "binary-to-ascii": {
// "base": 10,
// "width": 8,
// "separator": ".",
// "buffer": {
// "leased-address": null
// }
// }
// },
// "right": {
// "concat": {
// "left": " is connected to ",
// "right": {
// "option": {
// "universe": "agent",
// "name": "circuit-id",
// "code": 1
// }
// }
// }
// }
// }
// }
// }
// }
// }
// }
// ]
// }
// },</code></pre></div><div>Is this normal and the correct configuration to uncomment and use?</div><div><br></div><div>Thank you!</div><div><br></div><div><br></div></div>