network/roles/firewall/templates/mactab.j2

3 lines
119 B
Plaintext
Raw Permalink Normal View History

{% for iface in interfaces | selectattr('mac_address') %}
2023-12-18 10:22:14 +00:00
{{ iface.name }} {{ iface.mac_address | lower }}
{% endfor %}