]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: move Bandwidth= setting at the beginning of the [CAKE] section
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 2 Nov 2021 19:32:00 +0000 (04:32 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 9 Nov 2021 01:58:44 +0000 (10:58 +0900)
For consistency with tc-cake(8).

man/systemd.network.xml

index 49814a05eb84e9961b9ee8b4c575bab62d691b45..7f7729cf4cd8bbcc82fa73d1cb8bdf8020d30b82 100644 (file)
@@ -3464,21 +3464,22 @@ Token=prefixstable:2002:da8:1::</programlisting></para>
       <xi:include href="tc.xml" xpointer="qdisc-handle" />
 
       <varlistentry>
-        <term><varname>OverheadBytes=</varname></term>
+        <term><varname>Bandwidth=</varname></term>
         <listitem>
-          <para>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.</para>
+          <para>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.</para>
         </listitem>
       </varlistentry>
 
       <varlistentry>
-        <term><varname>Bandwidth=</varname></term>
+        <term><varname>OverheadBytes=</varname></term>
         <listitem>
-          <para>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.</para>
+          <para>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.</para>
         </listitem>
       </varlistentry>
+
     </variablelist>
   </refsect1>