diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-09-15 11:24:21 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-15 11:24:21 +0300 |
commit | 87af544259734821648dba71cd9e9b47ef833aa2 (patch) | |
tree | d22ffe125be8496b14e82b101b0263a6d35c05bb /data | |
parent | 8f705fb8cb0cd707ae3c144834eaa2b4c1b7f810 (diff) | |
parent | 6416020b3d63225ca2d9b611ef5fff30ea59eacc (diff) | |
download | vyos-1x-87af544259734821648dba71cd9e9b47ef833aa2.tar.gz vyos-1x-87af544259734821648dba71cd9e9b47ef833aa2.zip |
Merge pull request #2272 from vfreex/fix-t4502
T4502: Fix syntax error introduced by #2062
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 |