From: Alvin Šipraga Date: Fri, 16 Apr 2021 13:04:24 +0000 (+0200) Subject: man: clarify RequiredFamilyForOnline= behaviour for online state X-Git-Tag: v249-rc1~204^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=553022c4af6d50cc9439867b3dae3b2f751b004a;p=thirdparty%2Fsystemd.git man: clarify RequiredFamilyForOnline= behaviour for online state With new "online state" semantics in networkd, make the description of RequiredFamilyForOnline= a little more broad. Some rewording has been done to make the passage easier to understand. --- diff --git a/man/systemd.network.xml b/man/systemd.network.xml index d1c823789ff..64bd036e0c8 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -232,13 +232,13 @@ RequiredFamilyForOnline= - Specifies an address family. When specified, - systemd-networkd-wait-online waits for at least one routable or link-local - IP address in the family should be configured on the link. Takes one of - ipv4, ipv6, both, or - any. Defaults to any. Note that this will be used only - when RequiredForOnline= is true, or its minimum operational state is - degraded or above. Otherwise, it will be ignored. + Takes an address family. When specified, an IP address in the given family is deemed required + when determining whether the link is online (including when running + systemd-networkd-wait-online). Takes one of ipv4, + ipv6, both, or any. Defaults to + any. Note that this option has no effect if + RequiredForOnline=no, or if RequiredForOnline= specifies a + minimum operational state below degraded.