Explorar el Código

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

tags/v0.6.2
David Bezuidenhout hace 9 años
padre
commit
941b2768b1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      firewalld/files/zone.xml

+ 1
- 1
firewalld/files/zone.xml Ver fichero

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

Cargando…
Cancelar
Guardar