您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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