[Kea-users] Option 43 problems

Igor Smitran sigor at blic.net
Wed Feb 8 14:22:11 UTC 2023


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.



More information about the Kea-users mailing list