This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
ExternalMirrors
/
linux-formula
의 미러
https://github.com/salt-formulas/salt-formula-linux
보기
1
좋아요
0
포크
1
코드
이슈
0
릴리즈
8
위키
Activity
Saltstack Official Linux Formula
781
커밋
26
브랜치
트리:
9f81e8cac9
linux-formula
/
linux
/
files
/
60-net-txqueue.rules
60-net-txqueue.rules
93B
Raw
Normal View
히스토리
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 }}
"