summaryrefslogtreecommitdiff
path: root/man/systemd-networkd-wait-online.service.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-12-13 20:14:06 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-12-14 10:32:56 +0100
commit372e8592c6e3a891174344be0899a91769ef61af (patch)
tree0d1466762701509fa4d68c2cabee13aaf21f833f /man/systemd-networkd-wait-online.service.xml
parentb4bb96f3f2925a4a6b52400d4aefa40b561835e9 (diff)
downloadsystemd-372e8592c6e3a891174344be0899a91769ef61af.tar.gz
wait-online: also use address state even when operational state is below degraded
Closes #21706.
Diffstat (limited to 'man/systemd-networkd-wait-online.service.xml')
-rw-r--r--man/systemd-networkd-wait-online.service.xml16
1 files changed, 12 insertions, 4 deletions
diff --git a/man/systemd-networkd-wait-online.service.xml b/man/systemd-networkd-wait-online.service.xml
index 31aa02218a..9c6b02ac1c 100644
--- a/man/systemd-networkd-wait-online.service.xml
+++ b/man/systemd-networkd-wait-online.service.xml
@@ -92,8 +92,12 @@
<listitem><para>Waiting for an IPv4 address of each network interface to be configured. If this
option is specified with <option>--any</option>, then
<command>systemd-networkd-wait-online</command> exits with success when at least one interface
- becomes online and has an IPv4 address. The option is applied only for the operational state
- <literal>degraded</literal> or above. If neither <option>--ipv4</option> nor
+ becomes online and has an IPv4 address. If the required minimum operational state is
+ below <literal>routable</literal>, then each link (or at least one link with
+ <option>--any</option>) must have an IPv4 link-local or routable address. If the required
+ minimum operational state is <literal>routable</literal>, then each link must have an IPv4
+ routable address.</para>
+ <para>If neither <option>--ipv4</option> nor
<option>--ipv6</option> is specified, then the value from
<varname>RequiredFamilyForOnline=</varname> in the corresponding <filename>.network</filename>
file is used if present.</para></listitem>
@@ -106,8 +110,12 @@
<listitem><para>Waiting for an IPv6 address of each network interface to be configured. If this
option is specified with <option>--any</option>, then
<command>systemd-networkd-wait-online</command> exits with success when at least one interface
- becomes online and has an IPv6 address. The option is applied only for the operational state
- <literal>degraded</literal> or above. If neither <option>--ipv4</option> nor
+ becomes online and has an IPv6 address. If the required minimum operational state is
+ below <literal>routable</literal>, then each link (or at least one link with
+ <option>--any</option>) must have an IPv6 link-local or routable address. If the required
+ minimum operational state is <literal>routable</literal>, then each link must have an IPv6
+ routable address.</para>
+ <para>If neither <option>--ipv4</option> nor
<option>--ipv6</option> is specified, then the value from
<varname>RequiredFamilyForOnline=</varname> in the corresponding <filename>.network</filename>
file is used if present.</para></listitem>