Commit 65735387 authored by Simon Cornet's avatar Simon Cornet
Browse files

fix: add id with a loop index

parent 77b28b55
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
    "subnet4": [
{% for subnet in kea_dhcp_subnets %}
      {
        "id": {{ loop.index }},
        "subnet": "{{ subnet.subnet }}",
        "pools": [
          {