Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
salt
/
network-formula
feito fork de
ExternalMirrors/network-formula
Observar
1
Favorito
0
Fork
0
Código
Versões
1
Atividade
Ver código fonte
routes: pass gateway param only if defined , it fix interface routes without defined gateway
master
Krzysztof Pawłowski
9 anos atrás
pai
a78bcfdd6e
commit
099949e0a7
1 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
+2
-0
network/routes.sls
+ 2
- 0
network/routes.sls
Ver arquivo
@@ -16,6 +16,8 @@ routes_{{ v.name|default(k) }}:
- name: {{ net.name }}
ipaddr: {{ net.ipaddr }}
netmask: {{ net.netmask }}
{% if net.gateway is defined %}
gateway: {{ net.gateway }}
{% endif %}
{% endfor %}
{% endfor %}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar