|
@ -32,7 +32,7 @@ |
|
|
add name="{{ interface.name|safe_string }}" protocol-mode=none vlan-filtering=yes comment="{{ virtual_interface_comment( interface ) }}" |
|
|
add name="{{ interface.name|safe_string }}" protocol-mode=none vlan-filtering=yes comment="{{ virtual_interface_comment( interface ) }}" |
|
|
{%- endif %} |
|
|
{%- endif %} |
|
|
|
|
|
|
|
|
{%- set subinterface_tags = [] %} |
|
|
|
|
|
|
|
|
{%- set interface_tags = [] %} |
|
|
{%- for tag in interface.tags %} |
|
|
{%- for tag in interface.tags %} |
|
|
{%- do interface_tags.append(tag.slug) %} |
|
|
{%- do interface_tags.append(tag.slug) %} |
|
|
{%- endfor %} |
|
|
{%- endfor %} |
|
|