From: Yu Watanabe Date: Mon, 20 Jul 2026 05:06:40 +0000 (+0900) Subject: man/network: fix default value for RequiredFamilyForOnline= X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e11f211326c3e02a165032189892501f2a786c60;p=thirdparty%2Fsystemd.git man/network: fix default value for RequiredFamilyForOnline= It was unexpectedly changed by c89efaf9e5b0d8820dff51edfa7a0e576ed8b3b2. Fixes #43074. --- diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 24633a0265f..48d4ffce1a4 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -347,7 +347,7 @@ 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 - no. Note that this option has no effect if + any. Note that this option has no effect if RequiredForOnline=no.