本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
ka
/
ansible-role-network_interfaces
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
allow-hotplug for network devices not available yet
netifs
Markus Katharina Brechtel
6 年之前
父節點
1c95cfaa80
當前提交
3cbda09617
共有
1 個檔案被更改
,包括
2 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
templates/network-interface-debian.j2
+ 2
- 1
templates/network-interface-debian.j2
查看文件
@@ -3,7 +3,8 @@
### netif {{netif}}
{% set dev = netifs[netif].device | default( 'enx' + netifs[netif].mac | regex_replace(':') ) %}
auto {{dev}}
#auto {{dev}}
allow-hotplug {{dev}}
{% if netifs[netif].type == "virt_ptp" %}
# virt_pointopoint -> {{virt_host}} {{netifs[netif].virt_host_netif}}
Write
Preview
Loading…
取消
儲存