Kaynağa Gözat

add bond mode options

tags/2016.12
jan kaufman 9 yıl önce
ebeveyn
işleme
855e16eb98
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. +4
    -0
      linux/network/interface.sls

+ 4
- 0
linux/network/interface.sls Dosyayı Görüntüle

@@ -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 %}


Yükleniyor…
İptal
Kaydet