Przeglądaj źródła

new type virt_bridge

netifs
rodzic
commit
1705fbbec5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      templates/netifs.json.j2

+ 1
- 1
templates/netifs.json.j2 Wyświetl plik

@@ -1,7 +1,7 @@
[
{% 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" %}
{% 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" %}
"{{netif}}",
{% endif %}
{% endfor %}


Ładowanie…
Anuluj
Zapisz