diff options
author | Susant Sahani <ssahani@users.noreply.github.com> | 2017-08-26 19:07:46 +0530 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2017-08-26 22:37:46 +0900 |
commit | dd5f3175b77bba057d1176d62791a65f691e5ee1 (patch) | |
tree | ed2d7b30027dbac58193f408f991cd54761cb65b /man/systemd.netdev.xml | |
parent | 2e681921c9a960fdc88c737f991f6fefffb38c96 (diff) | |
download | systemd-dd5f3175b77bba057d1176d62791a65f691e5ee1.tar.gz |
Networkd Bond DOC: Move ActiveSlave and PrimarySlave to [Network] (#6610)
Fixes #6545
Diffstat (limited to 'man/systemd.netdev.xml')
-rw-r--r-- | man/systemd.netdev.xml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 0e0c83148b..7290172081 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -1185,34 +1185,6 @@ </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 |