Loading templates/kea-dhcp4.conf.j2 +1 −1 Original line number Diff line number Diff line Loading @@ -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": [ Loading Loading
templates/kea-dhcp4.conf.j2 +1 −1 Original line number Diff line number Diff line Loading @@ -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": [ Loading