[stork-users] How to set option-43 from stork gui

Peter Davies peterd at isc.org
Wed Sep 10 12:22:44 UTC 2025


Hi Tan,

    Try adding "option" (43) - "suboption" with the  "suboption code" = 
1 and "0104c0a8a9fe" as the value


Your kea configuration should now contain the following global 
option-data definitions:

    {
         "always-send": false,
         "code": 43,
         "csv-format": false,
         "data": "",
         "name": "vendor-encapsulated-options",
         "never-send": false,
         "space": "dhcp4"
       },
       {
         "always-send": false,
         "code": 1,
         "csv-format": false,
         "data": "C0A8A9FE",
         "never-send": false,
         "space": "vendor-encapsulated-options-space"
       }
     ],

/Peter


More information about the Stork-users mailing list