瀏覽代碼

add bond mode options

tags/2016.12
jan kaufman 9 年之前
父節點
當前提交
855e16eb98
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      linux/network/interface.sls

+ 4
- 0
linux/network/interface.sls 查看文件

@@ -136,6 +136,10 @@ linux_interface_{{ interface_name }}:
- network: {{ network }}
{%- endfor %}
{%- endif %}
{%- if interface.type == 'bond' %}
- slaves: {{ interface.slaves }}
- mode: {{ interface.mode }}
{%- endif %}

{%- if interface.gateway is defined %}


Loading…
取消
儲存