diff options
| -rw-r--r-- | data/templates/firewall/nftables-policy.j2 | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/data/templates/firewall/nftables-policy.j2 b/data/templates/firewall/nftables-policy.j2 index 281525407..40118930b 100644 --- a/data/templates/firewall/nftables-policy.j2 +++ b/data/templates/firewall/nftables-policy.j2 @@ -25,7 +25,6 @@ table ip mangle {          {{ rule_conf | nft_rule(route_text, rule_id, 'ip') }}  {%             endfor %}  {%         endif %} -        {{ conf | nft_default_rule(route_text) }}      }  {%     endfor %}  {% endif %} @@ -50,7 +49,6 @@ table ip6 mangle {          {{ rule_conf | nft_rule(route_text, rule_id, 'ip6') }}  {%             endfor %}  {%         endif %} -        {{ conf | nft_default_rule(route_text) }}      }  {%     endfor %}  {% endif %} | 
