| commit | 735761d3e57ac599661a33adcc6c41b6a1321374 | [log] [tgz] |
|---|---|---|
| author | Andrii Petrenko <aplsms@gmail.com> | Tue Mar 21 17:17:35 2017 -0700 |
| committer | Andrii Petrenko <aplsms@gmail.com> | Tue Mar 21 17:17:35 2017 -0700 |
| tree | fa929a066fa0f933166c8a031b7473e2dec7cfd0 | |
| parent | 8578aafdde632702e1c52dd5fef368f6b5747b6b [diff] |
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"