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": [