{% extends "generic/object.html" %} {% load form_helpers %} {% block content %}
Select YAML or JSON. Then paste a document or upload one UTF-8 file. NetBox Kea validates the complete document before it contacts Kea.
in-subnet.version: 1
reservations:
- family: {{ dhcp_version }}
scope:
type: in-subnet
subnet:
cidr: {% if dhcp_version == 4 %}198.18.0.0/24{% else %}2001:db8::/64{% endif %}
identity:
type: {% if dhcp_version == 4 %}hw-address
value: "aa:bb:cc:dd:ee:ff"{% else %}duid
value: "00:01:02:03:04:05"{% endif %}
addresses: [{% if dhcp_version == 4 %}198.18.0.20{% else %}2001:db8::20{% endif %}]
delegated_prefixes: []
hostname: host.example.invalid
options: []
| Position | Code | Problem |
|---|---|---|
{{ diagnostic.source_position }} |
{{ diagnostic.code }} |
{{ diagnostic.message }} |
{{ result.failure.position }}: {{ result.failure.message }}