Browse Source
Merge pull request #32 from Sxderp/pr-remove-unexpected-icmp-block-attribtue
Remove name attribute in icmp-block-inversion
tags/v0.6.2
Imran Iqbal
5 years ago
No account linked to committer's email address
1 changed files with
2 additions and
2 deletions
-
firewalld/files/zone.xml
|
|
@@ -56,8 +56,8 @@ |
|
|
|
<icmp-block name="{{ v }}" /> |
|
|
|
{%- endfor %} |
|
|
|
{%- endif %} |
|
|
|
{%- if 'icmp_block_inversion' in zone %} |
|
|
|
<icmp-block-inversion name="{{ zone.icmp_block_inversion }}" /> |
|
|
|
{%- if 'icmp_block_inversion' in zone and zone.icmp_block_inversion %} |
|
|
|
<icmp-block-inversion /> |
|
|
|
{%- endif %} |
|
|
|
{%- if 'masquerade' in zone %} |
|
|
|
{%- if zone.masquerade %} |