소스 검색

[fix] source attribute key - github issue 1

tags/v0.6.2
David Bezuidenhout 9 년 전
부모
커밋
b584c44edc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      firewalld/files/zone.xml

+ 1
- 1
firewalld/files/zone.xml 파일 보기

@@ -7,7 +7,7 @@
{% for v in zone.interfaces %}<interface name="{{ v }}" />{% endfor %}
{% endif %}
{% if 'sources' in zone %}
{% for v in zone.sources %}<source name="{{ v }}" />{% endfor %}
{% for v in zone.sources %}<source address="{{ v }}" />{% endfor %}
{% endif %}
{% if 'services' in zone %}
{% for v in zone.services %}<service name="{{ v }}" />{% endfor %}

Loading…
취소
저장