From 553022c4af6d50cc9439867b3dae3b2f751b004a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alvin=20=C5=A0ipraga?= Date: Fri, 16 Apr 2021 15:04:24 +0200 Subject: [PATCH] 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. --- man/systemd.network.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/man/systemd.network.xml b/man/systemd.network.xml index d1c823789f..64bd036e0c 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.