Fixes to nftables template

parent 764f523b
Pipeline #5491 passed with stage
in 39 seconds
...@@ -29,7 +29,7 @@ NFTABLES_CONFIG_FILE = '/etc/nftables.conf' ...@@ -29,7 +29,7 @@ NFTABLES_CONFIG_FILE = '/etc/nftables.conf'
NFTABLES_CONFIG_TEMPLATE = Template('''#!/usr/sbin/nft -f NFTABLES_CONFIG_TEMPLATE = Template('''#!/usr/sbin/nft -f
flush ruleset flush ruleset
table ip filter { table inet filter {
chain input { chain input {
type filter hook input priority 0; type filter hook input priority 0;
{% for name in interfaces -%} {% for name in interfaces -%}
...@@ -47,6 +47,7 @@ table ip filter { ...@@ -47,6 +47,7 @@ table ip filter {
} }
{%- endfor %} {%- endfor %}
} }
''') ''')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment