summaryrefslogtreecommitdiff
path: root/man/networkctl.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-02-21 10:07:02 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-02-25 09:34:14 +0900
commit7d4ea8f91cca708bdba05d8cea8804fac9cb47c5 (patch)
tree48c05407c44a4c3ed376632fe827af5bcc57b5e5 /man/networkctl.xml
parent85fc09c97aa7bf361e8998956d545500fb0506be (diff)
downloadsystemd-7d4ea8f91cca708bdba05d8cea8804fac9cb47c5.tar.gz
man: update explanation about operational state of network interfaces
Diffstat (limited to 'man/networkctl.xml')
-rw-r--r--man/networkctl.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/man/networkctl.xml b/man/networkctl.xml
index 955d199949..1fc94d7eda 100644
--- a/man/networkctl.xml
+++ b/man/networkctl.xml
@@ -118,21 +118,22 @@
<varlistentry>
<term>carrier</term>
<listitem>
- <para>the link has a carrier, or for bond master, all bonding slave network interfaces are
- enslaved to the master.</para>
+ <para>the link has a carrier, or for bond or bridge master, all bonding or bridge 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, or for bond
- master, one of the bonding slave network interfaces is in off, no-carrier, or dormant</para>
+ or bridge master, one of the bonding or bridge slave network interfaces is in off,
+ no-carrier, or dormant</para>
</listitem>
</varlistentry>
<varlistentry>
<term>enslaved</term>
<listitem>
- <para>the link has carrier and is enslaved to other network interfaces</para>
+ <para>the link has carrier and is enslaved to bond or bridge master network interface</para>
</listitem>
</varlistentry>
<varlistentry>