Pārlūkot izejas kodu

[fix] service definition in rich rules - thx jdreese on Github

tags/v0.6.2
David Bezuidenhout pirms 9 gadiem
vecāks
revīzija
941b2768b1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      firewalld/files/zone.xml

+ 1
- 1
firewalld/files/zone.xml Parādīt failu

@@ -59,7 +59,7 @@
<destination address="{{ rule.destination.address }}" {%- if 'invert' in rule.destination %}invert="{{ rule.destination.invert }}"{%- endif %}/>
{%- endif %}
{%- if 'service' in rule %}
<destination name="{{ rule.service }}"/>
<service name="{{ rule.service }}"/>
{%- endif %}
{%- if 'port' in rule %}
<port port="{{ rule.port.portid }}" protocol="{{ rule.port.protocol }}"/>

Notiek ielāde…
Atcelt
Saglabāt