Procházet zdrojové kódy

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

tags/v0.6.2
David Bezuidenhout před 9 roky
rodič
revize
941b2768b1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      firewalld/files/zone.xml

+ 1
- 1
firewalld/files/zone.xml Zobrazit soubor

@@ -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 }}"/>

Načítá se…
Zrušit
Uložit