fix: add missing variable kea prefix

This commit is contained in:
Simon Cornet 2025-07-15 16:03:39 +02:00
commit 2bbd4c611a

View file

@ -12,7 +12,7 @@
"renew-timer": {{ kea_dhcp_lease_renew }}, "renew-timer": {{ kea_dhcp_lease_renew }},
"rebind-timer": {{ kea_dhcp_lease_rebind }}, "rebind-timer": {{ kea_dhcp_lease_rebind }},
"subnet4": [ "subnet4": [
{% for subnet in dhcp_subnets %} {% for subnet in kea_dhcp_subnets %}
{ {
"subnet": "{{ subnet.subnet }}", "subnet": "{{ subnet.subnet }}",
"pools": [ "pools": [