このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
ExternalMirrors
/
linux-formula
ミラー元
https://github.com/salt-formulas/salt-formula-linux
ウォッチ
1
スター
0
フォーク
1
コード
課題
0
リリース
8
Wiki
アクティビティ
Saltstack Official Linux Formula
525
コミット
26
ブランチ
ツリー:
a3d319974b
linux-formula
/
linux
/
files
/
60-net-txqueue.rules
60-net-txqueue.rules
93B
Raw
通常表示
履歴
Fixed several issues in the interface state Fixed: * The udev-rules template is not tested * Wrong unicode character in the template leads to udev ignoring the rule completely * The template is unable to be rendered due to absent import * udev is not retrigerred with new rules Change-Id: I134b5e49b883afcc5e34feaaa561d7ca70192796 Closes-Bug: PROD-16649
7年前
1
KERNEL
=="tap[0-9a-z\-]*
", RUN+="
/sbin
/ip
link
set
%k txqueuelen {{ tap_custom_txqueuelen }}
"