瀏覽代碼

do not fail when network_interfaces is not defined

netifs
父節點
當前提交
0bf4a8c5d1
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      templates/network-interfaces.j2

+ 2
- 0
templates/network-interfaces.j2 查看文件

@@ -5,6 +5,7 @@
auto lo
iface lo inet loopback

{% if network_interfaces is defined %}
{% for netname,netif in network_interfaces.iteritems() %}
### {{ netname }} ###
auto {{ netif.device }}
@@ -50,6 +51,7 @@ iface {{ netif.device }} inet6 {{ ipv6.method }}
{% endfor %}

{% endfor %}
{% endif %}

# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d

Loading…
取消
儲存