summaryrefslogtreecommitdiff
path: root/roles/vm/guest/network/templates/interfaces.j2
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-01-01 20:19:56 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-01-01 20:19:56 +0100
commitd90144d2190009f8bd121cb8f773a9209500f034 (patch)
tree2d258279d2179afc58fd91c741e0b5fa56246c9f /roles/vm/guest/network/templates/interfaces.j2
parentMerge branch 'topic/revamp-openwrt-imag-gen' (diff)
in-place variable cooking
Diffstat (limited to 'roles/vm/guest/network/templates/interfaces.j2')
-rw-r--r--roles/vm/guest/network/templates/interfaces.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/vm/guest/network/templates/interfaces.j2 b/roles/vm/guest/network/templates/interfaces.j2
index c8ff5b94..02442a57 100644
--- a/roles/vm/guest/network/templates/interfaces.j2
+++ b/roles/vm/guest/network/templates/interfaces.j2
@@ -6,7 +6,7 @@ source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
-{% for interface in network_cooked.interfaces %}
+{% for interface in network.interfaces %}
auto {{ interface.name }}