From: Yu Watanabe Date: Fri, 28 Aug 2020 04:58:00 +0000 (+0900) Subject: man: mention that 'networkctl reconfigure' does not reload configs X-Git-Tag: v247-rc1~297^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16880%2Fhead;p=thirdparty%2Fsystemd.git man: mention that 'networkctl reconfigure' does not reload configs --- diff --git a/man/networkctl.xml b/man/networkctl.xml index 5a6ca5ab275..1a4553afd92 100644 --- a/man/networkctl.xml +++ b/man/networkctl.xml @@ -299,7 +299,10 @@ s - Service VLAN, m - Two-port MAC Relay (TPMR) reconfigure DEVICE… - Reconfigure network interfaces. Takes interface name or index number. + Reconfigure network interfaces. Takes interface name or index number. Note that + this does not reload .netdev or .network + corresponding to the the specifed interface. So, if you edit config files, it is necessary to + call networkctl reload first to apply new settings.