Skip to content

Commit

Permalink
T4502: Fix syntax error introduced by #2062
Browse files Browse the repository at this point in the history
When rebasing #2062, some additional
lines are mistakenly included.

45cfd56
has removed the extra `}`, but the `{{ group_tmpl.groups(group, True)
}}` line needs to be removed as well.
  • Loading branch information
vfreex committed Sep 15, 2023
1 parent 8f705fb commit 6416020
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/templates/firewall/nftables.j2
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ table bridge vyos_filter {
{{ group_tmpl.groups(group, False, False) }}
}
{% endif %}
{{ group_tmpl.groups(group, True) }}

table inet vyos_offload
delete table inet vyos_offload
Expand Down

0 comments on commit 6416020

Please sign in to comment.