From: Alvin Šipraga Date: Tue, 6 Apr 2021 13:56:05 +0000 (+0200) Subject: man: clarify RequiredForOnline= behaviour for online state X-Git-Tag: v249-rc1~204^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c95e09388a527ec053efb631f93188458dd95e6;p=thirdparty%2Fsystemd.git man: clarify RequiredForOnline= behaviour for online state With new "online state" semantics in networkd, make the description of RequiredForOnline= a little more broad. --- diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 02e464b193d..d1c823789ff 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -215,9 +215,9 @@ Takes a boolean or a minimum operational state and an optional maximum operational state. Please see networkctl1 for possible operational states. When yes, the network is deemed required when - determining whether the system is online when running - systemd-networkd-wait-online. When no, the network is ignored - when checking for online state. When a minimum operational state and an optional maximum operational + determining whether the system is online (including when running + systemd-networkd-wait-online). When no, the network is ignored + when determining the online state. When a minimum operational state and an optional maximum operational state are set, yes is implied, and this controls the minimum and maximum operational state required for the network interface to be considered online. Defaults to yes.