summaryrefslogtreecommitdiff
path: root/roles/vm/host/network/templates/interfaces.j2
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-07-15 17:07:11 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-07-20 23:06:59 +0200
commit9f4db40ff68f45c611a84772bc79f58813ad3ef1 (patch)
tree5d6d92df6fa43df0d3482cab0fb029cb3fcdd588 /roles/vm/host/network/templates/interfaces.j2
parentMerge branch 'topic/installer-again' (diff)
network: allow multiple overlays per segment (WIP)
Diffstat (limited to 'roles/vm/host/network/templates/interfaces.j2')
-rw-r--r--roles/vm/host/network/templates/interfaces.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/vm/host/network/templates/interfaces.j2 b/roles/vm/host/network/templates/interfaces.j2
index fe57a024..004c1f96 100644
--- a/roles/vm/host/network/templates/interfaces.j2
+++ b/roles/vm/host/network/templates/interfaces.j2
@@ -60,7 +60,7 @@ iface {{ interface.name }} inet6 static
{% endfor %}
-{% for parent in network.vlans | default({}) | list | sort %}
+{% for parent in (network.vlans | default({}) | list | sort) %}
## vlan interfaces @ {{ parent }}
{% for vlan in network.vlans[parent] %}