[fix] mising bracket at endfor loop at <destination ipv6
This commit is contained in:
parent
941b2768b1
commit
8afeae049f
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user