Skip to content

Commit

Permalink
T3900: extend latest fix for firewall raw implementation to ipv6.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-fort committed Jun 25, 2024
1 parent 4f89e4b commit ecf3141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/templates/firewall/nftables.j2
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ table ip6 vyos_filter {
{% for prior, conf in ipv6.output.items() %}
chain VYOS_IPV6_OUTPUT_{{ prior }} {
type filter hook output priority {{ prior }}; policy accept;
{% if global_options.state_policy is vyos_defined %}
{% if global_options.state_policy is vyos_defined and prior == 'filter' %}
jump VYOS_STATE_POLICY6
{% endif %}
{% if conf.rule is vyos_defined %}
Expand Down

0 comments on commit ecf3141

Please sign in to comment.