From: Yu Watanabe Date: Mon, 28 Oct 2024 16:45:08 +0000 (+0900) Subject: man: update documentation for 'networkctl reload' X-Git-Tag: v257-rc1~87^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F34909%2Fhead;p=thirdparty%2Fsystemd.git man: update documentation for 'networkctl reload' --- diff --git a/man/networkctl.xml b/man/networkctl.xml index 9e2a65b879a..22f9744c955 100644 --- a/man/networkctl.xml +++ b/man/networkctl.xml @@ -413,14 +413,23 @@ s - Service VLAN, m - Two-port MAC Relay (TPMR) reload - Reload .netdev and .network files. - If a new .netdev file is found, then the corresponding netdev is created. - Note that even if an existing .netdev is modified or removed, - systemd-networkd does not update or remove the netdev. - If a new, modified or removed .network file is found, then all interfaces - which match the file are reconfigured. + + Reload .netdev and .network files. + + If a new or modified .netdev file is found, then the corresponding + netdev is created or updated, respectively. Note, if the corresponding interface already exists, + then some of new settings may not be applied. E.g., VLAN ID cannot be changed after the interface + was created, so changing [VLAN] Id= will not take effect if the matching VLAN + interface already exists. To apply such settings, the interfaces need to be removed manually before + reload. Also note that even if a .netdev file is removed, + systemd-networkd does not remove the existing netdev corresponding to the file. + - + If a new, modified, or removed .network file is found, then all + interfaces that matched the file are reconfigured. + + +