Skip to content
Snippets Groups Projects
Commit 15b6cb3f authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

add dhcp_authoritative

parent 3eae75c7
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,10 @@
"valid-lifetime": {{ dhcp_leasetimes["default"] }},
{%- if dhcp_authoritative | default(False) -%}
"authoritative": true,
{%- endif -%}
{%- if kea_ha_mode != "none" -%}
{% from "kea-dhcp-ha.j2" import ha with context %}
{{ ha("ipv4") }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment