Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions firewalld/files/zone.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@
{%- if 'icmp_block_inversion' in zone and zone.icmp_block_inversion %}
<icmp-block-inversion />
{%- endif %}
{%- if 'forward' in zone %}
{%- if zone.forward %}
<forward/>
{%- endif %}
{%- endif %}
{%- if 'masquerade' in zone %}
{%- if zone.masquerade %}
<masquerade/>
Expand Down
1 change: 1 addition & 0 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ firewalld:
- zabbixcustom
protocols:
- igmp
forward: true
rich_rules:
- family: ipv4
source:
Expand Down
1 change: 1 addition & 0 deletions test/integration/default/files/_mapdata/almalinux-8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ values:
are accepted.
other_services:
- zabbixcustom
forward: true
ports:
- comment: zabbix-agent
port: 10050
Expand Down