X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=man%2Fnetworkctl.xml;h=c60c1244feef16243145e7c645a45dd5bf911bf1;hb=0307f79171ed47b120afcd432d1f463904ae515a;hp=8e668ade911eaac6c64f96e73b4b3c04b7617ed4;hpb=98b0b1123cc67ece6c9983fa303fc3de887a21c3;p=thirdparty%2Fsystemd.git diff --git a/man/networkctl.xml b/man/networkctl.xml index 8e668ade911..c60c1244fee 100644 --- a/man/networkctl.xml +++ b/man/networkctl.xml @@ -1,10 +1,7 @@ - - + @@ -78,11 +75,13 @@ list - LINK… + PATTERN… - Show a list of existing links and their status. If no further arguments are specified shows all links, + Show a list of existing links and their status. If one ore more + PATTERNs are specified, only links matching one of them are shown. + If no further arguments are specified shows all links, otherwise just the specified links. Produces output similar to: IDX LINK TYPE OPERATIONAL SETUP @@ -92,19 +91,115 @@ 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 + + + + degraded-carrier + + for bond or bridge master, one of the bonding or bridge slave network interfaces is + in off, no-carrier, or dormant state + + + + carrier + + the link has a carrier, or for bond or bridge master, all bonding or bridge slave + network interfaces are enslaved to the master. + + + + degraded + + the link has carrier and addresses valid on the local link configured + + + + enslaved + + the link has carrier and is enslaved to bond or bridge master network interface + + + + 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 + + + + status - LINK… + PATTERN… - Show information about the specified links: type, - state, kernel module driver, hardware and IP address, - configured DNS servers, etc. + Show information about the specified links: type, state, kernel module driver, hardware and + IP address, configured DNS servers, etc. If one ore more PATTERNs are + specified, only links matching one of them are shown. When no links are specified, an overall network status is shown. Also see the option . @@ -126,13 +221,14 @@ lldp - LINK… + PATTERN… - Show discovered LLDP (Link Layer Discovery Protocol) neighbors. If one or more link names are specified - only neighbors on those interfaces are shown. Otherwise shows discovered neighbors on all interfaces. Note - that for this feature to work, LLDP= must be turned on for the specific interface, see + Show discovered LLDP (Link Layer Discovery Protocol) neighbors. If one or more + PATTERNs are specified only neighbors on those interfaces are shown. + Otherwise shows discovered neighbors on all interfaces. Note that for this feature to work, + LLDP= must be turned on for the specific interface, see systemd.network5 for details.