Hi @garysharp ,
When creating a reservation using the full AddClient parameters, then looking at the DHCP server, the DHCP type is always set to Both, but I set it to DHCP. Looking at the API code, I see you're not using the VQ version of the DhcpCreateClientInfo:
|
public static extern DhcpErrors DhcpCreateClientInfo(string ServerIpAddress, IntPtr ClientInfo); |
Can it be the reason of the missing attributes creation?
Hi @garysharp ,
When creating a reservation using the full AddClient parameters, then looking at the DHCP server, the DHCP type is always set to Both, but I set it to DHCP. Looking at the API code, I see you're not using the VQ version of the DhcpCreateClientInfo:
DhcpServerApi/src/Dhcp/Native/Api.cs
Line 547 in bdd50f6
Can it be the reason of the missing attributes creation?