diff options
author | Yuxiang Zhu <vfreex@gmail.com> | 2023-09-15 14:30:41 +0800 |
---|---|---|
committer | Yuxiang Zhu <vfreex@gmail.com> | 2023-09-15 14:39:00 +0800 |
commit | 6416020b3d63225ca2d9b611ef5fff30ea59eacc (patch) | |
tree | d22ffe125be8496b14e82b101b0263a6d35c05bb /data | |
parent | 8f705fb8cb0cd707ae3c144834eaa2b4c1b7f810 (diff) | |
download | vyos-1x-6416020b3d63225ca2d9b611ef5fff30ea59eacc.tar.gz vyos-1x-6416020b3d63225ca2d9b611ef5fff30ea59eacc.zip |
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.
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/firewall/nftables.j2 | 1 |
1 files changed, 0 insertions, 1 deletions
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 |