diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-01-20 07:50:01 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-02-03 06:44:51 +0100 |
commit | face9fcc165809bc621933794a919e3fde5afbbe (patch) | |
tree | 43fbe35f25772d1ada7253b19487513807cff6df /test/fuzz/fuzz-link-parser/directives.link | |
parent | udev: rename TxQueueLength= -> TransmitQueueLength= (diff) | |
download | systemd-face9fcc165809bc621933794a919e3fde5afbbe.tar.xz systemd-face9fcc165809bc621933794a919e3fde5afbbe.zip |
network,udev: move TransmitQueues=/ReceiveQueues= from .network to .link
As the settings are mostly hardware setup, and merely see from network
layer.
See also discussions in
https://github.com/systemd/systemd/pull/18170#issuecomment-758807497
https://github.com/orgs/systemd/teams/systemd/discussions/1
Diffstat (limited to 'test/fuzz/fuzz-link-parser/directives.link')
-rw-r--r-- | test/fuzz/fuzz-link-parser/directives.link | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fuzz/fuzz-link-parser/directives.link b/test/fuzz/fuzz-link-parser/directives.link index de11d08ea1..112a81930f 100644 --- a/test/fuzz/fuzz-link-parser/directives.link +++ b/test/fuzz/fuzz-link-parser/directives.link @@ -20,6 +20,8 @@ Name= AlternativeNamesPolicy= AlternativeName= Alias= +TransmitQueues= +ReceiveQueues= TransmitQueueLength= MTUBytes= BitsPerSecond= |