Skip to content

Commit 1b831d4

Browse files
committed
T7089: Fix Indentation
1 parent 4dd4ffd commit 1b831d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/templates/frr/staticd.frr.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ vrf {{ vrf }}
9494
{% if pppoe is vyos_defined %}
9595
{% for interface, interface_config in pppoe.items() if interface_config.no_default_route is not vyos_defined %}
9696
{{ ip_prefix }} route 0.0.0.0/0 {{ interface }} tag 210 {{ interface_config.default_route_distance if interface_config.default_route_distance is vyos_defined }}
97-
{% endfor %}
97+
{% endfor %}
9898
{% endif %}
9999
{# IPv6 routing #}
100100
{% if route6 is vyos_defined %}
101101
{% for prefix, prefix_config in route6.items() %}
102102
{{ static_routes(ipv6_prefix, prefix, prefix_config) }}
103103
{# j2lint: disable=jinja-statements-delimeter #}
104-
{% endfor %}
104+
{% endfor %}
105105
{% endif %}
106106
{% if vrf is vyos_defined %}
107107
exit-vrf

0 commit comments

Comments
 (0)