From 6416020b3d63225ca2d9b611ef5fff30ea59eacc Mon Sep 17 00:00:00 2001 From: Yuxiang Zhu Date: Fri, 15 Sep 2023 14:30:41 +0800 Subject: T4502: Fix syntax error introduced by #2062 When rebasing https://github.com/vyos/vyos-1x/pull/2062, some additional lines are mistakenly included. https://github.com/vyos/vyos-1x/commit/45cfd569119b66abd2f0dfb954042b57921881bd has removed the extra `}`, but the `{{ group_tmpl.groups(group, True) }}` line needs to be removed as well. --- data/templates/firewall/nftables.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/data/templates/firewall/nftables.j2 b/data/templates/firewall/nftables.j2 index 723c9c3a2..db010257d 100644 --- a/data/templates/firewall/nftables.j2 +++ b/data/templates/firewall/nftables.j2 @@ -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 -- cgit v1.2.3