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

This commit is contained in:
David Bezuidenhout 2015-03-11 16:38:54 +02:00
parent 941b2768b1
commit 8afeae049f

View File

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