<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div dir="ltr">
<div>Hello again, I came across a doubt when deploying kea in my test network.</div>
<div><br>
</div>
<div>I defined a subnet like the example below, and I declared the relay agent for the network (marked in bold). My question is which field of the packet does kea use to match against the relay agent IP I declared in my configuration file [the remote ID field
 of the option 82, The Source IP from where the packet was received (probably the IP address of the relay), ...].</div>
<div><br>
</div>
<div>Could you help me? Thank you,</div>
<div>Rui</div>
<div><br>
</div>
<div>-----//-------</div>
<div><br>
</div>
<div>    "subnet4": [</div>
<div>      {</div>
<div>        "option-data": [</div>
<div>          {</div>
<div>            "name": "routers",</div>
<div>            "code": 3,</div>
<div>            "space": "dhcp4",</div>
<div>            "csv-format": true,</div>
<div>            "data": ""</div>
<div>          }</div>
<div>        ],</div>
<div>        "reservations": [</div>
<div>          {</div>
<div>            "circuit-id": "",</div>
<div>            "ip-address": ""</div>
<div>          }</div>
<div>        ],</div>
<div>        "subnet": "",</div>
<div><b>        "relay": {</b></div>
<div><b>          "ip-address": "192.1.25.206"</b></div>
<div><b>        }</b></div>
<div>      }</div>
<div>    ]</div>
<div>  },</div>
</div>
</body>
</html>