You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [
- {% if netifs is defined %}
- {% for netif in netifs %}
- {% if netifs[netif].type == "ethernet" or netifs[netif].type == "virt" or netifs[netif].type == "virt_ptp" or netifs[netif].type == "bridge" %}
- "{{netif}}",
- {% endif %}
- {% endfor %}
- {% endif %}
- ]
|