2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#3628] Two grammarly nits added

This commit is contained in:
Marcin Siodelski
2025-06-18 12:34:39 +00:00
parent 0c7fcb4677
commit 5bfaef2d81
2 changed files with 3 additions and 3 deletions

View File

@@ -307,12 +307,12 @@
"pools": [ { "pool": "192.0.2.1 - 192.0.2.200" } ], "pools": [ { "pool": "192.0.2.1 - 192.0.2.200" } ],
// This is one of the subnet selectors. Uncomment the "interface" // 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 // server will receive requests from local clients (connected to the
// same subnet as the server). This subnet will be selected for the // same subnet as the server). This subnet will be selected for the
// requests received by the server over the specified interface. // requests received by the server over the specified interface.
// This rule applies to the DORA exchanges and rebinding clients. // 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. // are used by the server to determine the subnet they belong to.
// When this parameter is used, the "relay" parameter is typically // When this parameter is used, the "relay" parameter is typically
// unused. // unused.

View File

@@ -273,7 +273,7 @@
], ],
// This is one of the subnet selectors. Uncomment the "interface" // 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 // server will receive requests from local clients (connected to the
// same subnet as the server). The DHCPv6 server must be able to // same subnet as the server). The DHCPv6 server must be able to
// operate while only using link-local addresses. // operate while only using link-local addresses.