network/roles/firewall/templates/fabric.intf.j2

13 lines
234 B
Plaintext
Raw Normal View History

2023-12-18 10:22:14 +00:00
{% for iface in interfaces | selectattr('name', 'match', '^lan') | map(attribute='name') %}
auto {{ iface }}
iface {{ iface }}
mtu 9216
auto {{ iface }}.2
iface {{ iface }}.2
auto {{ iface }}.4
iface {{ iface }}.4
{% endfor %}