Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
ExternalMirrors
/
network-formula
espelhamento de
https://github.com/bechtoldt/saltstack-network-formula
Observar
1
Favorito
0
Fork
1
Código
Issues
0
Versões
1
Wiki
Atividade
Ver código fonte
routes: pass gateway param only if defined , it fix interface routes without defined gateway
pull/11/head
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