소스 검색

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…
취소
저장