Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
ExternalMirrors
/
linux-formula
espelhamento de
https://github.com/salt-formulas/salt-formula-linux
Observar
1
Favorito
0
Fork
1
Código
Issues
0
Versões
8
Wiki
Atividade
Saltstack Official Linux Formula
Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
326
Commits
26
Branches
Tag:
eb14b55257
master
add-del-users-in-grups
atp-proxy
epcim-override-repo-name
feature/network_systemd
feature/spm-packaging-meta
fix-curl-behind-proxy
fix-curl-behind-proxy2
fix-curl-behind-proxy2-get-full-make-test
fix-curl-behind-proxy2-proper
fix-curl-behind-proxy2-proper-withcurlproxy
fix-curl-behind-proxy2-update
fix/change_group_user_order_preven_2x_run
fix_test
hosts
meta
pr/linux_system_repo_key
pr/preinstall-apt-https-tranpsort
pr/preinstall-apt-https-tranpsort2
pr_add_validation
pr_advanced_repo_options
pr_fix_hostname_template
pr_hostname_failover
pr_sudo_for_groups
stacklight
users_deps
2017.4.1
2017.4
2016.12.1
2016.12
0.2
mk22
mk22-sl
mcp0.5
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de eb14b55257
${ noResults }
linux-formula
/
linux
/
files
/
60-net-txqueue.rules
60-net-txqueue.rules
102B
Original
Visão normal
Histórico
Feature: automatically set txqueuelen for all tap* network interfaces Config: linux: network: tap_custom_txqueuelen: 10000 in case of configuration parameter defined will create file: /etc/udev/rules.d/60-net-txqueue.rules with content: KERNEL==”tap[0-9a-z\-]*", RUN+="/sbin/ip link set %k txqueuelen 10000"
7 anos atrás
1
KERNEL==”tap[0-9a-z\-]*", RUN+="/sbin/ip link set %k txqueuelen {{ network.tap_custom_txqueuelen }}"