We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109e094 commit 7829229Copy full SHA for 7829229
data/templates/firewall/nftables.j2
@@ -86,7 +86,7 @@ table ip vyos_filter {
86
{% for prior, conf in ipv4.output.items() %}
87
chain VYOS_OUTPUT_{{ prior }} {
88
type filter hook output priority {{ prior }}; policy accept;
89
-{% if global_options.state_policy is vyos_defined %}
+{% if global_options.state_policy is vyos_defined and prior == 'filter' %}
90
jump VYOS_STATE_POLICY
91
{% endif %}
92
{% if conf.rule is vyos_defined %}
0 commit comments