From: Yu Watanabe Date: Tue, 2 Nov 2021 19:32:00 +0000 (+0900) Subject: man: move Bandwidth= setting at the beginning of the [CAKE] section X-Git-Tag: v250-rc1~330^2~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca2c3e921fbe526efcfdc46b6477621aebc93826;p=thirdparty%2Fsystemd.git man: move Bandwidth= setting at the beginning of the [CAKE] section For consistency with tc-cake(8). --- 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. +