On 5.2.23. 15:21, Michael Schwartzkopff via Kea-users wrote:

(...)

        "reservations": [
          {
            "hw-address": "00:b8:b3:6b:69:c0",
            "ip-address": "192.168.100.24",
            "hostname":   "staging01",
            "option-data": [
              {
                "name": "openpnp",
                "space": "vendor-encapsulated-options-space",
                "code": 5,
                "data": "5A1D;K4;B2;I192.168.100.10"
              }
            ]
(...)



Hi, i am using older kea and i am not sure how many changes have been done between versions, but in older version you were suppose to state option 43 before option-def:

         {
           "code" : 43
         },
         {
                "name": "openpnp",
                "space": "vendor-encapsulated-options-space",
                "code": 5,
                "data": "5A1D;K4;B2;I192.168.100.10"
         }

i am not sure if that is still the case.

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