Browse Source
Merge pull request #31 from Sxderp/pr-fix-block-inversion-key-name
Fix typo in icmp block inversion key name
tags/v0.6.2
Imran Iqbal
5 years ago
No account linked to committer's email address
1 changed files with
1 additions and
1 deletions
-
firewalld/files/zone.xml
|
|
@@ -57,7 +57,7 @@ |
|
|
|
{%- endfor %} |
|
|
|
{%- endif %} |
|
|
|
{%- if 'icmp_block_inversion' in zone %} |
|
|
|
<icmp-block-inversion name="{{ zone.icmp_blok_inversion }}" /> |
|
|
|
<icmp-block-inversion name="{{ zone.icmp_block_inversion }}" /> |
|
|
|
{%- endif %} |
|
|
|
{%- if 'masquerade' in zone %} |
|
|
|
{%- if zone.masquerade %} |