25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

10 satır
291B

  1. [
  2. {% if netifs is defined %}
  3. {% for netif in netifs %}
  4. {% if netifs[netif].type == "ethernet" or netifs[netif].type == "virt" or netifs[netif].type == "virt_ptp" or netifs[netif].type == "virt_bridge" or netifs[netif].type == "bridge" %}
  5. "{{netif}}",
  6. {% endif %}
  7. {% endfor %}
  8. {% endif %}
  9. ]