Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Registreren
Inloggen
ExternalMirrors
/
linux-formula
kopie van
https://github.com/salt-formulas/salt-formula-linux
Volgen
1
Ster
0
Vork
1
Code
Kwesties
0
Publicaties
8
Wiki
Activiteit
Saltstack Official Linux Formula
435
Commits
26
Branches
Tree:
a581ea7187
linux-formula
/
linux
/
files
/
60-net-txqueue.rules
60-net-txqueue.rules
102B
Ruw
Normal View
Geschiedenis
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"
8 jaren geleden
1
KERNEL
==”tap[0-9a-z\-]*
", RUN+="
/sbin
/ip
link
set
%k txqueuelen {{ network.tap_custom_txqueuelen }}
"