소스 검색

[fix] mising bracket at endfor loop at <destination ipv6

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

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

@@ -28,7 +28,7 @@
{%- if 'ipv6' in service.destinations %}
{%- for v in service.destinations.ipv6 %}
<destination ipv6="{{ v }}" />
%- endfor %}
{%- endfor %}
{%- endif %}
{%- endif %}
</service>

Loading…
취소
저장