]> git.ipfire.org Git - thirdparty/systemd.git/commit
networkctl: fix output of "status": replace "Queue Length" by "Number of Queues"
authorMarc Kleine-Budde <mkl@pengutronix.de>
Fri, 17 Jun 2022 17:10:51 +0000 (19:10 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 18 Jun 2022 01:44:42 +0000 (10:44 +0900)
commit25ed7633b1d231acf61246bbdca29faa80d7f00f
tree96f7249a495bda9d084f905ced771432e69eac00
parent2751ad9c3f81f1574780c498f428b61798ace310
networkctl: fix output of "status": replace "Queue Length" by "Number of Queues"

Commit 0307afc681e1 ("networkctl: add support to display Transmit/Recieve queue
length (#12633)") added the display of the number of RX and TX Queues to the
output of `networkctl status $DEV`. However the row description says "Queue
Length".

This patch fixes the output by replacing "Queue Length" by "Number of Queues".

Fixes: 0307afc681e1 ("networkctl: add support to display Transmit/Recieve queue length (#12633)")
src/network/networkctl.c