From ca2c3e921fbe526efcfdc46b6477621aebc93826 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 3 Nov 2021 04:32:00 +0900 Subject: [PATCH] man: move Bandwidth= setting at the beginning of the [CAKE] section For consistency with tc-cake(8). --- man/systemd.network.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 49814a05eb8..7f7729cf4cd 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -3464,21 +3464,22 @@ Token=prefixstable:2002:da8:1:: - OverheadBytes= + Bandwidth= - Specifies that bytes to be addeded to the size of each packet. Bytes may be negative. Takes - an integer in the range from -64 to 256. Defaults to unset and kernel's default is used. + Specifies the shaper bandwidth. When suffixed with K, M, or G, the specified size is + parsed as Kilobits, Megabits, or Gigabits, respectively, to the base of 1000. Defaults to + unset and kernel's default is used. - Bandwidth= + OverheadBytes= - Specifies the shaper bandwidth. When suffixed with K, M, or G, the specified size is - parsed as Kilobits, Megabits, or Gigabits, respectively, to the base of 1000. Defaults to - unset and kernel's default is used. + Specifies that bytes to be addeded to the size of each packet. Bytes may be negative. Takes + an integer in the range from -64 to 256. Defaults to unset and kernel's default is used. + -- 2.47.3