From 12ba00ecdd2927207106f709a3ba2b23448a5997 Mon Sep 17 00:00:00 2001 From: l0crian1 Date: Fri, 18 Apr 2025 10:26:18 -0400 Subject: firewall: T7358: add offload option to global state policy - fixed CI smoketest failures (again) --- data/templates/firewall/nftables.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/templates/firewall/nftables.j2 b/data/templates/firewall/nftables.j2 index e07c9a652..a78119a80 100755 --- a/data/templates/firewall/nftables.j2 +++ b/data/templates/firewall/nftables.j2 @@ -197,6 +197,7 @@ table ip vyos_filter { return } {% endif %} +} {% if first_install is not vyos_defined %} delete table ip6 vyos_filter @@ -363,6 +364,7 @@ table ip6 vyos_filter { return } {% endif %} +} ## Bridge Firewall {% if first_install is not vyos_defined %} -- cgit v1.2.3