diff --git a/states/nftables/nftables.conf.j2 b/states/nftables/nftables.conf.j2 index a4577c0..bc1ac44 100644 --- a/states/nftables/nftables.conf.j2 +++ b/states/nftables/nftables.conf.j2 @@ -45,4 +45,6 @@ add rule ip6 filter6 input ip6 saddr {{ value.ip }}/{{ value.mask }} ct state es {%- for key, value in net.public_ports.items() %} add rule ip6 filter6 input {{ value.proto }} dport {{ value.port }} ct state established,new counter accept {%- endfor %} -#add rule ip6 filter6 input counter log \ No newline at end of file +#add rule ip6 filter6 input counter log + +## Endline is mandatory