From: Dr. David Alan Gilbert Date: Sat, 8 Nov 2025 01:49:10 +0000 (+0000) Subject: network: Typo fix configur*a*d X-Git-Tag: v259-rc1~112 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72afecf1f6ec782df8b40a41cf7735db755a8bc7;p=thirdparty%2Fsystemd.git network: Typo fix configur*a*d configurad->configured --- diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 2d22efd6357..4710c7fe7fd 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1344,7 +1344,7 @@ DuplicateAddressDetection=none 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 + dynamic-on-stop, the dynamically configured 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 diff --git a/src/network/networkd-address.c b/src/network/networkd-address.c index 131a84aa72f..e6088106753 100644 --- a/src/network/networkd-address.c +++ b/src/network/networkd-address.c @@ -1453,7 +1453,7 @@ int link_drop_unmanaged_addresses(Link *link) { continue; } else if (address->source != NETWORK_CONFIG_SOURCE_STATIC) - continue; /* Ignore dynamically configurad addresses. */ + continue; /* Ignore dynamically configured addresses. */ address_mark(address); }