Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

10 lignes
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. ]