From 77bf4eee072d48a54a1cab37d4117351524d87a7 Mon Sep 17 00:00:00 2001 From: Marek Isalski Date: Sun, 26 Jun 2022 20:37:07 +0100 Subject: [PATCH] whoops, should be interface_tags --- includes/routeros-v7-aggregation-router/interfaces.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/routeros-v7-aggregation-router/interfaces.j2 b/includes/routeros-v7-aggregation-router/interfaces.j2 index 29f630f..130e47d 100644 --- a/includes/routeros-v7-aggregation-router/interfaces.j2 +++ b/includes/routeros-v7-aggregation-router/interfaces.j2 @@ -32,7 +32,7 @@ add name="{{ interface.name|safe_string }}" protocol-mode=none vlan-filtering=yes comment="{{ virtual_interface_comment( interface ) }}" {%- endif %} - {%- set subinterface_tags = [] %} + {%- set interface_tags = [] %} {%- for tag in interface.tags %} {%- do interface_tags.append(tag.slug) %} {%- endfor %}