4 lines
120 B
Plaintext
4 lines
120 B
Plaintext
|
{% for iface in interfaces | selectattr('mac_address') %}
|
||
|
{{ iface.name }} {{ iface.mac_address | lower }}
|
||
|
{% endfor %}
|