diff options
author | l0crian1 <ryan.claridge13@gmail.com> | 2025-04-18 10:26:18 -0400 |
---|---|---|
committer | l0crian1 <ryan.claridge13@gmail.com> | 2025-04-18 10:26:18 -0400 |
commit | 12ba00ecdd2927207106f709a3ba2b23448a5997 (patch) | |
tree | 5404ebd07bf8d3104dc033c12184338a8bb9743b | |
parent | 76c4fcbad8698f277b2b5ed859edb068359af463 (diff) | |
download | vyos-1x-12ba00ecdd2927207106f709a3ba2b23448a5997.tar.gz vyos-1x-12ba00ecdd2927207106f709a3ba2b23448a5997.zip |
firewall: T7358: add offload option to global state policy
- fixed CI smoketest failures (again)
-rwxr-xr-x | data/templates/firewall/nftables.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
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 %} |