Configure individual server values.
Global reservation.
At least one server must be selected.
A subnet must be selected if the reservation is not global.
{{ formGroup.get('hostIdGroup.idInputHex').hasError('pattern') ? 'Please specify valid hexadecimal digits (e.g., ab:09:ef:01).' : formGroup.get('hostIdGroup.idInputHex').hasError('maxlength') ? formGroup.get('hostIdGroup.idInputHex').errors['maxlength'] : 'DHCP identifier is required.' }}
{{ formGroup.get('hostIdGroup.idInputText').hasError('maxlength') ? 'The identifier length exceeds the maximum value of ' + formGroup.get('hostIdGroup.idInputText').errors['maxlength'].requiredLength + '.' : 'DHCP identifier is required.' }}
Please specify a valid hostname (e.g. alice-laptop or bob.example.org.).
{{ ipGroup.get('inputIPv4').hasError('ip-subnet-range') ? ipGroup.get('inputIPv4').errors['ip-subnet-range'] : 'Please specify a valid IPv4 address.' }}
{{ ipGroup.get('inputNA').errors['ip-subnet-range'] }} Please specify a valid IPv6 address.
Please specify a valid IPv6 prefix.
{{ configuredName }}  /  {{ form.getDaemonById(selectedDaemons.value[i]).label }}
Please specify a valid IPv4 address.
Please specify a valid hostname (e.g. alice-laptop or bob.example.org.).

The submitted host reservation is created in Kea but may not appear in Stork immediately. Refresh the list of host reservations to see the new reservation.

In order to apply configuration changes, the server should begin a transaction between the user and the server. The server should also return the current data required, in the form where the host information is specified. Unfortunately, starting the new transaction failed with the following error:
{{ form.initError }}
Retrying can help in some cases.