From: Yu Watanabe Date: Tue, 5 Nov 2024 03:15:04 +0000 (+0900) Subject: man/network: update documentation for KeepConfiguration= X-Git-Tag: v257-rc2~23^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c8a7c814277adc9ac75bd132ebd3131e7dc34fc9;p=thirdparty%2Fsystemd.git man/network: update documentation for KeepConfiguration= --- diff --git a/man/systemd.network.xml b/man/systemd.network.xml index ef7f61719a9..bdc2ac34213 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1286,21 +1286,21 @@ DuplicateAddressDetection=none KeepConfiguration= - Takes a boolean or one of static, dhcp-on-stop, - dhcp. When static, systemd-networkd - will not drop static addresses and routes on starting up process. When set to - dhcp-on-stop, systemd-networkd will not drop addresses - and routes on stopping the daemon. When dhcp, - the addresses and routes provided by a DHCP server will never be dropped even if the DHCP - lease expires. This is contrary to the DHCP specification, but may be the best choice if, - e.g., the root filesystem relies on this connection. The setting dhcp - implies dhcp-on-stop, and yes implies - dhcp and static. Defaults to - dhcp-on-stop when systemd-networkd is running in - initrd, yes when the root filesystem is a network filesystem, and - no otherwise. + Takes a boolean or one of static, dynamic-on-stop, and + dynamic. When static, systemd-networkd + will not drop statically configured addresses and routes on starting up process. When + dynamic-on-stop, the dynamically configurad addresses and routes, such as + DHCPv4, DHCPv6, SLAAC, and IPv4 link-local address, will not be dropped when + systemd-networkd is being stopped. When dynamic, the + dynamically configured addresses and routes will never be dropped, and the lifetime of DHCPv4 + leases will be ignored. This is contrary to the DHCP specification, but may be the best choice if, + e.g., the root filesystem relies on this connection. The setting dynamic implies + dynamic-on-stop, and yes implies dynamic + and static. Defaults to dynamic-on-stop when + systemd-networkd is running in initrd, yes when the root + filesystem is a network filesystem, and no otherwise. - +