{% for interfaces in ifProfile.interfaces %}
  • {{ interfaces.ifname }} {{": "}} {{ interfaces.ifclass }} {{ " | " }} {{ interfaces.iftype }} {% if interfaces.iftype != 'ae' and interfaces.iftype != 'vlan' %} {{ " | " }}{{"PORTS ="}} {{ interfaces.ports }} {% endif %} {% if interfaces.iftype == 'ae' or interfaces.iftype == 'vlan' %} {{ " | " }}{{"INTERFACES ="}} {{ interfaces.uses }} {% endif %} {% if interfaces.iftype == 'ae' %} {{" | "}} {{ interfaces.aemode }} {% if interfaces.aemode == 'balanced' %} {{" | "}} {{ interfaces.txhashpolicy }} {% endif %} {% endif %} {{ " | MTU =" }} {{ interfaces.imtu }}
  • {% endfor %}