Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Aug 3, 2024
1 parent 4e24aab commit fff7d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-router.j2
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set interfaces tunnel {{ intf.name }} description "{{ intf.description }}"

{%- for addr in intf.ip_addresses.all() %}
set interfaces tunnel {{ intf.name }} address {{ addr }}
{% endfor -%}
{%- endfor -%}

set interfaces tunnel {{ intf.name }} encapsulation {{ term.tunnel.encapsulation }}
set interfaces tunnel {{ intf.name }} multicast disable
Expand Down

0 comments on commit fff7d33

Please sign in to comment.