Просмотр исходного кода

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

tags/v0.6.2
David Bezuidenhout 9 лет назад
Родитель
Сommit
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>

Загрузка…
Отмена
Сохранить