diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-02-05 10:16:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-05 10:16:29 +0100 |
commit | 239bf9409de373cd5057142dd632dde8adb51b82 (patch) | |
tree | e653aa7d9e03f5f053362c501a79f472d8fd4a07 /man/networkctl.xml | |
parent | NEWS: mention SuppressPrefixLength= (diff) | |
parent | wait-online: Support waiting for interfaces to disappear (diff) | |
download | systemd-239bf9409de373cd5057142dd632dde8adb51b82.tar.xz systemd-239bf9409de373cd5057142dd632dde8adb51b82.zip |
Merge pull request #14536 from DaanDeMeyer/wait-online-max-operstate
wait-online: add maximum operational state option
Diffstat (limited to 'man/networkctl.xml')
-rw-r--r-- | man/networkctl.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/networkctl.xml b/man/networkctl.xml index e34778ac21..52876f3776 100644 --- a/man/networkctl.xml +++ b/man/networkctl.xml @@ -70,6 +70,12 @@ <para>The operational status is one of the following: <variablelist> <varlistentry> + <term>missing</term> + <listitem> + <para>the device is missing</para> + </listitem> + </varlistentry> + <varlistentry> <term>off</term> <listitem> <para>the device is powered down</para> |