At least one server must be selected.
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.' }}
{{ ipGroup.get('inputIPv4').hasError('ip-subnet-range') ? ipGroup.get('inputIPv4').errors['ip-subnet-range'] : 'Please specify a valid IPv4 address.' }}
{{ ipGroup.get('inputNA').hasError('ip-subnet-range') ? ipGroup.get('inputNA').errors['ip-subnet-range'] : 'Please specify a valid IPv6 address.' }}
Please specify a valid IPv6 prefix.
Please specify a valid hostname (e.g., alice-laptop or bob.example.org.).

Submitted host reservation is created in Kea and may appear in Stork with a delay. Try to refresh the list of host reservations after submission 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 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.