diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-01-20 15:50:01 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-02-03 14:44:51 +0900 |
commit | face9fcc165809bc621933794a919e3fde5afbbe (patch) | |
tree | 43fbe35f25772d1ada7253b19487513807cff6df /test | |
parent | 1f8dc96c06ead4f9bd88e82a8e91ecdeaec4ae04 (diff) | |
download | systemd-face9fcc165809bc621933794a919e3fde5afbbe.tar.gz |
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')
-rw-r--r-- | test/fuzz/fuzz-link-parser/directives.link | 2 | ||||
-rw-r--r-- | test/fuzz/fuzz-network-parser/directives.network | 2 |
2 files changed, 2 insertions, 2 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= diff --git a/test/fuzz/fuzz-network-parser/directives.network b/test/fuzz/fuzz-network-parser/directives.network index e6fb9f6a80..1c4f338ad0 100644 --- a/test/fuzz/fuzz-network-parser/directives.network +++ b/test/fuzz/fuzz-network-parser/directives.network @@ -40,8 +40,6 @@ Multicast= MACAddress= Group= Promiscuous= -TransmitQueues= -ReceiveQueues= [SR-IOV] VirtualFunction= MACSpoofCheck= |