summaryrefslogtreecommitdiff
path: root/man/networkctl.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-03-05 14:41:56 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-03-13 14:29:00 +0900
commitc9cc03834369abfb91fba76fbb26a2e97d3fa9ad (patch)
tree0ff2cc60dfd46c76a8dd486f904d38d9b6ac405c /man/networkctl.xml
parent2cd6b9326c3555c4af6645beaa05ab482aff2e21 (diff)
downloadsystemd-c9cc03834369abfb91fba76fbb26a2e97d3fa9ad.tar.gz
network: introduce 'degraded-carrier' operstate to order all states
Previously, 'degraded' state is ambiguous for bonding or bridge master: 1. one or more slave interfaces does not have carrier, 2. no link local address is assigned to the master, 3. combination of the above two. This makes the above case 1 and 3 are in the new 'degraded-carrier' state, and makes 'degraded' state as all slaves are active but no link local address on master.
Diffstat (limited to 'man/networkctl.xml')
-rw-r--r--man/networkctl.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/man/networkctl.xml b/man/networkctl.xml
index 1fc94d7eda..c513d9542a 100644
--- a/man/networkctl.xml
+++ b/man/networkctl.xml
@@ -116,6 +116,13 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term>degraded-carrier</term>
+ <listitem>
+ <para>for bond or bridge master, one of the bonding or bridge slave network interfaces is
+ in off, no-carrier, or dormant state</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term>carrier</term>
<listitem>
<para>the link has a carrier, or for bond or bridge master, all bonding or bridge slave
@@ -125,9 +132,7 @@
<varlistentry>
<term>degraded</term>
<listitem>
- <para>the link has carrier and addresses valid on the local link configured, or for bond
- or bridge master, one of the bonding or bridge slave network interfaces is in off,
- no-carrier, or dormant</para>
+ <para>the link has carrier and addresses valid on the local link configured</para>
</listitem>
</varlistentry>
<varlistentry>