Hello again, I came across a doubt when deploying kea in my test network.

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), ...].

Could you help me? Thank you,
Rui

-----//-------

    "subnet4": [
      {
        "option-data": [
          {
            "name": "routers",
            "code": 3,
            "space": "dhcp4",
            "csv-format": true,
            "data": ""
          }
        ],
        "reservations": [
          {
            "circuit-id": "",
            "ip-address": ""
          }
        ],
        "subnet": "",
        "relay": {
          "ip-address": "192.1.25.206"
        }
      }
    ]
  },
_______________________________________________
Kea-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-users

Reply via email to