Actions
Feature #1055
closedNative MS backend times out
Description
The process of creating a host involves checking if the mac and ip are unique over all subnets. Unfortunately some DHCP servers hold many thousands of records and this takes too long. We have two options, increase the timeout or limit the number for subnets checked.
I suggest that we add a list of manged subnets to the native ms proxy as this will speed up the whole operation.
Actions