From 2bbd4c611a50c5564d49dd8ff1662b5b19294445 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 15 Jul 2025 16:03:39 +0200 Subject: [PATCH] fix: add missing variable kea prefix --- templates/kea-dhcp4.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/kea-dhcp4.conf.j2 b/templates/kea-dhcp4.conf.j2 index 061ef49..412c37c 100644 --- a/templates/kea-dhcp4.conf.j2 +++ b/templates/kea-dhcp4.conf.j2 @@ -12,7 +12,7 @@ "renew-timer": {{ kea_dhcp_lease_renew }}, "rebind-timer": {{ kea_dhcp_lease_rebind }}, "subnet4": [ -{% for subnet in dhcp_subnets %} +{% for subnet in kea_dhcp_subnets %} { "subnet": "{{ subnet.subnet }}", "pools": [