From dd5f3175b77bba057d1176d62791a65f691e5ee1 Mon Sep 17 00:00:00 2001 From: Susant Sahani Date: Sat, 26 Aug 2017 19:07:46 +0530 Subject: [PATCH] Networkd Bond DOC: Move ActiveSlave and PrimarySlave to [Network] (#6610) Fixes #6545 --- man/systemd.netdev.xml | 28 ---------------------------- man/systemd.network.xml | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 28 deletions(-) diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 0e0c831..7290172 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -1185,34 +1185,6 @@ - - - ActiveSlave= - - A boolean. Specifies the new active slave. The ActiveSlave= - option is only valid for following modes: - active-backup, - balance-alb and - balance-tlb. Defaults to false. - - - - - - PrimarySlave= - - 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 PrimarySlave= option is only valid for - following modes: - active-backup, - balance-alb and - balance-tlb. Defaults to false. - - - For more detail information see diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 532fe87..28a0010 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -692,6 +692,32 @@ This option may be specified more than once. + + ActiveSlave= + + A boolean. Specifies the new active slave. The ActiveSlave= + option is only valid for following modes: + active-backup, + balance-alb and + balance-tlb. Defaults to false. + + + + + PrimarySlave= + + 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 PrimarySlave= option is only valid for + following modes: + active-backup, + balance-alb and + balance-tlb. Defaults to false. + + + -- 2.7.4