fix: add id with a loop index
This commit is contained in:
parent
77b28b5522
commit
65735387be
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
"subnet4": [
|
"subnet4": [
|
||||||
{% for subnet in kea_dhcp_subnets %}
|
{% for subnet in kea_dhcp_subnets %}
|
||||||
{
|
{
|
||||||
|
"id": {{ loop.index }},
|
||||||
"subnet": "{{ subnet.subnet }}",
|
"subnet": "{{ subnet.subnet }}",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue