Re: [Kea-users] Converting a dhcpd option to kea

2023-10-23 Thread Darren Ankney
Hi, You may want to have a look at the Kea Migration Assistant Online site: https://dhcp.isc.org for help migrating an ISC DHCP configuration to Kea (though it cannot automatically convert all parts of some ISC DHCP configurations). You configuration could be broken into three parts. The custom

[Kea-users] Converting a dhcpd option to kea

2023-10-23 Thread Marcos Della
I have the following from dhcpd that I wanted to convert to KEA. I'm struggling with how to implement it correctly: option space Nutanix; option Nutanix.fc_ip code 200 = string; option Nutanix.api_key code 201 = string; class “NutanixFC” { match if option vendor-class-identifier = “NutanixFC”;