{# SPDX-FileCopyrightText: 2025 Marcin Zieba #} {# SPDX-License-Identifier: Apache-2.0 #} {% extends "generic/object.html" %} {% block content %} {% if options_load_error %} {% endif %}
DHCPv{{ dhcp_version }} Option Definitions
{% if option_defs %} {% for opt in option_defs %} {% endfor %}
Code Name Type Space Array Actions
{{ opt.code }} {{ opt.name }} {{ opt.type }} {{ opt.space }} {% if opt.array %}{% else %}—{% endif %} Delete
{% elif not options_load_error %}
No custom option definitions defined.
{% endif %}
{% endblock %}