Skip to content

Commit

Permalink
Try making lint fail
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Sep 5, 2024
1 parent 999d629 commit c1fbd59
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 @@ -34,7 +34,7 @@ endif %}
{# static interface routes #}
{%- for intf in device.interfaces.filter(untagged_vlan__isnull=False) %}
{%- for pfx in ipam.Prefix.objects.filter(vlan_id=intf.untagged_vlan_id) %}
{%- if pfx.custom_field_data.get('use_interface_route', False) %}
{{- if pfx.custom_field_data.get('use_interface_route', False) %}
set protocols static interface-route {{ pfx.prefix }} next-hop-interface {{ intf.name }}
{%- if pfx.description %} description "{{ pfx.description }}"{% endif %}
{%- endif %}
Expand Down

0 comments on commit c1fbd59

Please sign in to comment.