From: Marcin Siodelski Date: Wed, 18 Jun 2025 12:34:39 +0000 (+0000) Subject: [#3628] Two grammarly nits added X-Git-Tag: Kea-3.0.0~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5bfaef2d816b8d98a9ee8d44e4e49e3e76fe797f;p=thirdparty%2Fkea.git [#3628] Two grammarly nits added --- diff --git a/src/bin/keactrl/kea-dhcp4.conf.pre b/src/bin/keactrl/kea-dhcp4.conf.pre index ba484e4a96..2a585071da 100644 --- a/src/bin/keactrl/kea-dhcp4.conf.pre +++ b/src/bin/keactrl/kea-dhcp4.conf.pre @@ -307,12 +307,12 @@ "pools": [ { "pool": "192.0.2.1 - 192.0.2.200" } ], // This is one of the subnet selectors. Uncomment the "interface" - // parameter and specify appropriate interface name if the DHCPv4 + // parameter and specify the appropriate interface name if the DHCPv4 // server will receive requests from local clients (connected to the // same subnet as the server). This subnet will be selected for the // requests received by the server over the specified interface. // This rule applies to the DORA exchanges and rebinding clients. - // Renewing clients unicast their messages and the renewed addresses + // Renewing clients unicast their messages, and the renewed addresses // are used by the server to determine the subnet they belong to. // When this parameter is used, the "relay" parameter is typically // unused. diff --git a/src/bin/keactrl/kea-dhcp6.conf.pre b/src/bin/keactrl/kea-dhcp6.conf.pre index 27b600e926..c69a508c14 100644 --- a/src/bin/keactrl/kea-dhcp6.conf.pre +++ b/src/bin/keactrl/kea-dhcp6.conf.pre @@ -273,7 +273,7 @@ ], // This is one of the subnet selectors. Uncomment the "interface" - // parameter and specify appropriate interface name if the DHCPv6 + // parameter and specify the appropriate interface name if the DHCPv6 // server will receive requests from local clients (connected to the // same subnet as the server). The DHCPv6 server must be able to // operate while only using link-local addresses.