]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Networkd Bond DOC: Move ActiveSlave and PrimarySlave to [Network] (#6610)
authorSusant Sahani <ssahani@users.noreply.github.com>
Sat, 26 Aug 2017 13:37:46 +0000 (19:07 +0530)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 26 Aug 2017 13:37:46 +0000 (22:37 +0900)
Fixes #6545

man/systemd.netdev.xml
man/systemd.network.xml

index 0e0c83148b0c81bae9c57f598655c275caf77370..72901720819f86708b6573039b68a66b6d2ebc69 100644 (file)
           </para>
         </listitem>
       </varlistentry>
-
-      <varlistentry>
-        <term><varname>ActiveSlave=</varname></term>
-        <listitem>
-          <para>A boolean. Specifies the new active slave. The <literal>ActiveSlave=</literal>
-          option is only valid for following modes:
-          <literal>active-backup</literal>,
-          <literal>balance-alb</literal> and
-          <literal>balance-tlb</literal>. Defaults to false.
-          </para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
-        <term><varname>PrimarySlave=</varname></term>
-        <listitem>
-          <para>A boolean. Specifies which slave is the primary device. The specified
-          device will always be the active slave while it is available. Only when the
-          primary is off-line will alternate devices be used.  This is useful when
-          one slave is preferred over another, e.g. when one slave has higher throughput
-          than another. The <literal>PrimarySlave=</literal> option is only valid for
-          following modes:
-          <literal>active-backup</literal>,
-          <literal>balance-alb</literal> and
-          <literal>balance-tlb</literal>. Defaults to false.
-          </para>
-        </listitem>
-      </varlistentry>
     </variablelist>
 
     <para>For more detail information see
index 532fe874169c5f317a26cd4f85628ad348a7e3b0..28a00109f8c5fd6279f7f0fcccece341497826ac 100644 (file)
             This option may be specified more than once.</para>
           </listitem>
         </varlistentry>
+      <varlistentry>
+        <term><varname>ActiveSlave=</varname></term>
+        <listitem>
+          <para>A boolean. Specifies the new active slave. The <literal>ActiveSlave=</literal>
+          option is only valid for following modes:
+          <literal>active-backup</literal>,
+          <literal>balance-alb</literal> and
+          <literal>balance-tlb</literal>. Defaults to false.
+          </para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><varname>PrimarySlave=</varname></term>
+        <listitem>
+          <para>A boolean. Specifies which slave is the primary device. The specified
+          device will always be the active slave while it is available. Only when the
+          primary is off-line will alternate devices be used.  This is useful when
+          one slave is preferred over another, e.g. when one slave has higher throughput
+          than another. The <literal>PrimarySlave=</literal> option is only valid for
+          following modes:
+          <literal>active-backup</literal>,
+          <literal>balance-alb</literal> and
+          <literal>balance-tlb</literal>. Defaults to false.
+          </para>
+        </listitem>
+      </varlistentry>
       </variablelist>
 
   </refsect1>