From abcf95e95e32485e462a8312bc63cd746325a7ce Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Fri, 7 Sep 2018 16:39:44 +0200 Subject: [PATCH] man: Document networkd states in networkctl(1) (#10033) The manpage gives example outputs with the states, but it never explains what the states are. Fixes #575 --- man/networkctl.xml | 82 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) diff --git a/man/networkctl.xml b/man/networkctl.xml index 8e668ade91..7877755edf 100644 --- a/man/networkctl.xml +++ b/man/networkctl.xml @@ -92,6 +92,88 @@ 4 virbr0-nic ether off unmanaged 4 links listed. + + The operational status is one of the following: + + + off + + the device is powered down + + + + no-carrier + + the device is powered up, but it does not yet have a carrier + + + + dormant + + the device has a carrier, but is not yet ready for normal traffic + + + + carrier + + the link has a carrier + + + + degraded + + the link has carrier and addresses valid on the local link configured + + + + routable + + the link has carrier and routable address configured + + + + + + The setup status is one of the following: + + + pending + + udev is still processing the link, we don't yet know if we will manage it + + + + failed + + networkd failed to manage the link + + + + configuring + + in the process of retrieving configuration or configuring the link + + + + configured + + link configured successfully + + + + unmanaged + + networkd is not handling the link + + + + linger + + the link is gone, but has not yet been dropped by networkd + + + +