]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3628] Two grammarly nits added
authorMarcin Siodelski <marcin@isc.org>
Wed, 18 Jun 2025 12:34:39 +0000 (12:34 +0000)
committerMarcin Siodelski <marcin@isc.org>
Wed, 18 Jun 2025 12:34:39 +0000 (12:34 +0000)
src/bin/keactrl/kea-dhcp4.conf.pre
src/bin/keactrl/kea-dhcp6.conf.pre

index ba484e4a96d49793eb88a47a42b3838577a146ea..2a585071daae6129aa7f5b142bafbadbc829ca9b 100644 (file)
             "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.
index 27b600e926c0cc1bd7d809e5db32de2ef7c1646e..c69a508c146627a944604a4a415f79dc69e0e9d2 100644 (file)
             ],
 
             // 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.