From: Alvin Šipraga Date: Tue, 27 Apr 2021 08:58:18 +0000 (+0200) Subject: man: describe overall online status in networkctl(1) X-Git-Tag: v249-rc1~204^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e59cfe9516722ac8a00adef5d01575c45a0ba2f;p=thirdparty%2Fsystemd.git man: describe overall online status in networkctl(1) --- diff --git a/man/networkctl.xml b/man/networkctl.xml index 19095164ce3..2f7e9d7f468 100644 --- a/man/networkctl.xml +++ b/man/networkctl.xml @@ -187,14 +187,46 @@ Produces output similar to: -● State: routable - Address: 10.193.76.5 on eth0 - 192.168.122.1 on virbr0 - 169.254.190.105 on eth0 - fe80::5054:aa:bbbb:cccc on eth0 - Gateway: 10.193.11.1 (CISCO SYSTEMS, INC.) on eth0 - DNS: 8.8.8.8 - 8.8.4.4 +● State: routable + Online state: online + Address: 10.193.76.5 on eth0 + 192.168.122.1 on virbr0 + 169.254.190.105 on eth0 + fe80::5054:aa:bbbb:cccc on eth0 + Gateway: 10.193.11.1 (CISCO SYSTEMS, INC.) on eth0 + DNS: 8.8.8.8 + 8.8.4.4 + + 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: + + + unknown + + all links have unknown online status (i.e. there are no required links) + + + + offline + + all required links are offline + + + + partial + + some, but not all, required links are online + + + + online + + all required links are online + + + +