mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-02 09:47:03 +03:00
man: describe overall online status in networkctl(1)
This commit is contained in:
parent
1940b3a7cd
commit
7e59cfe951
@ -188,6 +188,7 @@
|
|||||||
<para>Produces output similar to:
|
<para>Produces output similar to:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
● State: routable
|
● State: routable
|
||||||
|
Online state: online
|
||||||
Address: 10.193.76.5 on eth0
|
Address: 10.193.76.5 on eth0
|
||||||
192.168.122.1 on virbr0
|
192.168.122.1 on virbr0
|
||||||
169.254.190.105 on eth0
|
169.254.190.105 on eth0
|
||||||
@ -195,6 +196,37 @@
|
|||||||
Gateway: 10.193.11.1 (CISCO SYSTEMS, INC.) on eth0
|
Gateway: 10.193.11.1 (CISCO SYSTEMS, INC.) on eth0
|
||||||
DNS: 8.8.8.8
|
DNS: 8.8.8.8
|
||||||
8.8.4.4</programlisting></para>
|
8.8.4.4</programlisting></para>
|
||||||
|
|
||||||
|
<para>In the overall network status, the online state depends on the individual online state of all
|
||||||
|
required links. Managed links are required for online by default. In this case, the online state is
|
||||||
|
one of the following:
|
||||||
|
<variablelist>
|
||||||
|
<varlistentry>
|
||||||
|
<term>unknown</term>
|
||||||
|
<listitem>
|
||||||
|
<para>all links have unknown online status (i.e. there are no required links)</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>offline</term>
|
||||||
|
<listitem>
|
||||||
|
<para>all required links are offline</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>partial</term>
|
||||||
|
<listitem>
|
||||||
|
<para>some, but not all, required links are online</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>online</term>
|
||||||
|
<listitem>
|
||||||
|
<para>all required links are online</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
</variablelist>
|
||||||
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user