diff --git a/man/systemd.network.xml b/man/systemd.network.xml index ef7f61719a..bdc2ac3421 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. - +