Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
ExternalMirrors
/
firewalld-formula
réplica de
https://github.com/saltstack-formulas/firewalld-formula
Seguir
1
Destacar
0
Fork
1
Código
Incidencias
0
Lanzamientos
14
Wiki
Actividad
Explorar el Código
[fix] mising bracket at endfor loop at <destination ipv6
tags/v0.6.2
David Bezuidenhout
hace 9 años
padre
941b2768b1
commit
8afeae049f
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-1
firewalld/files/service.xml
+ 1
- 1
firewalld/files/service.xml
Ver fichero
@@ -28,7 +28,7 @@
{%- if 'ipv6' in service.destinations %}
{%- for v in service.destinations.ipv6 %}
<destination ipv6="{{ v }}" />
%- endfor %}
{
%- endfor %}
{%- endif %}
{%- endif %}
</service>
Escribir
Vista previa
Cargando…
Cancelar
Guardar