Skip to content

Commit

Permalink
Remove filter on interface name
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Sep 22, 2024
1 parent e7eaa50 commit b261b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubiquiti-edge-router.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% endif %}

{# Tunnels #}
{%- for intf in device.interfaces.filter(name__startswith='tun') %}
{%- for intf in device.interfaces.all() %}

{%- with term = intf.tunnel_terminations.first() %}
{%- if term %}
Expand Down

0 comments on commit b261b7f

Please sign in to comment.