fw4: fix syntax errors in ICMP type declarations
[project/firewall4.git] / root / usr / share / firewall4 / templates / ruleset.uc.rej
1 --- root/usr/share/firewall4/templates/ruleset.uc
2 +++ root/usr/share/firewall4/templates/ruleset.uc
3 @@ -240,6 +240,9 @@ table inet fw4 {
4 {% endif %}
5 {% fw4.includes('chain-append', `forward_${zone.name}`) %}
6 jump {{ zone.forward }}_to_{{ zone.name }}
7 +{% if (fw4.forward_policy() != "accept" && (zone.log & 1)): %}
8 + log prefix "{{ fw4.forward_policy() }} {{ zone.name }} forward: "
9 +{% endif %}
10 }
11
12 {% if (zone.dflags.helper): %}