fix: add missing variable kea prefix
This commit is contained in:
parent
8525a300f3
commit
2bbd4c611a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue