diff --git a/firewalld/files/zone.xml b/firewalld/files/zone.xml index 61d7c7b..c730b1c 100644 --- a/firewalld/files/zone.xml +++ b/firewalld/files/zone.xml @@ -9,65 +9,65 @@ {%- else %} - {%- endif %} + {%- endif %} {%- if 'ipset' in rule %} {%- endif %} {%- if 'source' in rule %} - {%- endif %} + {%- endif %} {%- if 'destination' in rule %} - {%- endif %} + {%- endif %} {%- if 'service' in rule %} - {%- endif %} + {%- endif %} {%- if 'port' in rule %} - {%- endif %} + {%- endif %} {%- if 'protocol' in rule %} - {%- endif %} + {%- endif %} {%- if 'icmp_block' in rule %} - {%- endif %} + {%- endif %} {%- if 'icmp_type' in rule %} - {%- endif %} + {%- endif %} {%- if 'masquerade' in rule %} {%- if rule.masquerade %}{%- endif %} - {%- endif %} + {%- endif %} {%- if 'forward_port' in rule %} {%- if 'comment' in rule.forward_port %} {%- endif %} - {%- endif %} + {%- endif %} {%- if 'source_port' in rule %} {%- if 'comment' in rule.source_port %} {%- endif %} - {%- endif %} + {%- endif %} {%- if 'log' in rule %} {%- if 'limit' in rule.log %} {%- endif %} - {%- endif %} + {%- endif %} {%- if 'audit' in rule %} {%- if 'limit' in rule.audit %} {%- endif %} - {%- endif %} + {%- endif %} {%- if 'accept' in rule %} {%- endif %} {%- if 'reject' in rule %} - {%- endif %} + {%- endif %} {%- if 'drop' in rule %} - {%- endif %} + {%- endif %} {%- endmacro %}