diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-02-12 22:46:26 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-02-18 10:06:55 +0100 |
commit | 250860e423eb6f8f5f528145b77f989b9373e2e4 (patch) | |
tree | dac1385034a1ee60c4917cb256e6b992289969dc /man/networkctl.xml | |
parent | man: mention new enslaved operational state (diff) | |
download | systemd-250860e423eb6f8f5f528145b77f989b9373e2e4.tar.xz systemd-250860e423eb6f8f5f528145b77f989b9373e2e4.zip |
man: mention that bond master follows slave operstates
Diffstat (limited to 'man/networkctl.xml')
-rw-r--r-- | man/networkctl.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/networkctl.xml b/man/networkctl.xml index 360eb1ce77..955d199949 100644 --- a/man/networkctl.xml +++ b/man/networkctl.xml @@ -118,13 +118,15 @@ <varlistentry> <term>carrier</term> <listitem> - <para>the link has a carrier</para> + <para>the link has a carrier, or for bond master, all bonding slave network interfaces are + enslaved to the master.</para> </listitem> </varlistentry> <varlistentry> <term>degraded</term> <listitem> - <para>the link has carrier and addresses valid on the local link configured</para> + <para>the link has carrier and addresses valid on the local link configured, or for bond + master, one of the bonding slave network interfaces is in off, no-carrier, or dormant</para> </listitem> </varlistentry> <varlistentry> |