summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdata/templates/firewall/nftables.j22
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 %}